HttpVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the HTTP protocol version.
public enum class HttpVersion
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class HttpVersion
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum HttpVersion
var value = Windows.Web.Http.HttpVersion.none
Public Enum HttpVersion
- Inheritance
-
HttpVersion
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | This value may be returned by third party filters. |
Http10 | 1 | HTTP 1.0. |
Http11 | 2 | HTTP 1.1. |
Http20 | 3 | HTTP 2.0 |