Share via


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
Public method HttpVersion Initializes a new instance of the HttpVersion class.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member Version10 Defines a Version instance for HTTP 1.0.
Public fieldStatic member 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.

See Also

Reference

System.Net Namespace