System.Net.HttpVersion Class

Defines the HTTP version numbers that are supported by the System.Net.HttpWebRequest and System.Net.HttpWebResponse classes.

See Also: HttpVersion Members

Syntax

public class HttpVersion

Remarks

The System.Net.HttpVersion class defines the HTTP versions that are supported by the System.Net.HttpWebRequest and System.Net.HttpWebResponse classes. The HTTP version number is used to control version-specific features of HTTP, such as pipelining and chunking.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0, 4.0.0.0