HttpWebRequest.ProtocolVersion Property
Gets or sets the version of HTTP to use for the request.
Namespace: System.Net
Assembly: System (in System.dll)
Property Value
Type: System.VersionThe HTTP version to use for the request. The default is HttpVersion.Version11.
| Exception | Condition |
|---|---|
| ArgumentException | The HTTP version is set to a value other than 1.0 or 1.1. |
The HttpWebRequest class supports only versions 1.0 and 1.1 of HTTP. Setting ProtocolVersion to a different version throws an exception.
Note |
|---|
To set the HTTP version of the current request, use the Version10 and Version11 fields of the HttpVersion class. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note