1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<Type Name="HttpVersion" FullName="System.Net.HttpVersion" FullNameSP="System_Net_HttpVersion" Maintainer="ecma">
<TypeSignature Language="ILASM" Value=".class public HttpVersion extends System.Object" />
<TypeSignature Language="C#" Value="public class HttpVersion" />
<MemberOfLibrary>Networking</MemberOfLibrary>
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
<AssemblyVersion>1.0.x.x</AssemblyVersion>
<AssemblyCulture>none</AssemblyCulture>
<Attributes>
<Attribute>
<AttributeName>CLSCompliantAttribute(true)</AttributeName>
<Excluded>0</Excluded>
</Attribute>
</Attributes>
</AssemblyInfo>
<ThreadingSafetyStatement>All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.</ThreadingSafetyStatement>
<Docs>
<summary>
<para> Defines the HTTP version numbers supported by <see cref="T:System.Net.HttpWebRequest" /> and
<see cref="T:System.Net.HttpWebResponse" /> .</para>
</summary>
<remarks>
<para>
<block subset="none" type="note">This class defines the HTTP versions supported by
<see cref="T:System.Net.HttpWebRequest" /> and <see cref="T:System.Net.HttpWebResponse" />. The HTTP version number
is used to control version-specific features of HTTP, such as pipelining and
chunking.</block>
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="ILASM" Value="family specialname instance void .ctor()" />
<MemberSignature Language="C#" Value="protected HttpVersion();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Constructs a new instance of the <see cref="T:System.Net.HttpVersion" /> class.</summary>
</Docs>
<Excluded>0</Excluded>
</Member>
<Member MemberName="Version10">
<MemberSignature Language="ILASM" Value=".field public static initOnly class System.Version Version10" />
<MemberSignature Language="C#" Value="public static readonly Version Version10;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Version</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
<para>Defines a <see cref="T:System.Version" /> instance for HTTP 1.0.</para>
</summary>
<remarks>
<para>This field represents a <see cref="T:System.Version" /> with a <see cref="P:System.Version.Major" /> value
equal to 1, and a <see cref="P:System.Version.Minor" /> value equal to 0.</para>
</remarks>
</Docs>
<Excluded>0</Excluded>
</Member>
<Member MemberName="Version11">
<MemberSignature Language="ILASM" Value=".field public static initOnly class System.Version Version11" />
<MemberSignature Language="C#" Value="public static readonly Version Version11;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Version</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
<para>Defines a <see cref="T:System.Version" /> instance for HTTP 1.1.</para>
</summary>
<remarks>
<para>This field represents a <see cref="T:System.Version" /> with a <see cref="P:System.Version.Major" /> value
equal to 1, and a <see cref="P:System.Version.Minor" /> value equal to 1.</para>
</remarks>
</Docs>
<Excluded>0</Excluded>
</Member>
</Members>
<TypeExcluded>0</TypeExcluded>
</Type>
|