HttpVersion Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the HTTP version numbers that are supported by the HttpWebRequest and HttpWebResponse classes.
Inheritance Hierarchy
System. . :: . .Object
System.Net..::..HttpVersion
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Class HttpVersion
public class HttpVersion
public ref class HttpVersion
type HttpVersion = class end
public class HttpVersion
The HttpVersion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpVersion | Initializes a new instance of the HttpVersion class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Version10 | Defines a Version instance for HTTP 1.0. | |
Version11 | Defines a Version instance for HTTP 1.1. |
Top
Remarks
The HttpVersion class defines the HTTP versions that are supported by the HttpWebRequest and HttpWebResponse classes. The HTTP version number is used to control version-specific features of HTTP, such as pipelining and chunking.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.