Property | Type | Description | |
---|---|---|---|
Major | ushort | ||
Minor | ushort |
Method | Description | |
---|---|---|
HttpApiVersion ( ushort majorVersion, ushort minorVersion ) : System.Runtime.InteropServices |
Initializes a new instance of the HttpApiVersion struct.
|
public HttpApiVersion ( ushort majorVersion, ushort minorVersion ) : System.Runtime.InteropServices | ||
majorVersion | ushort | The major version of the HTTP API. |
minorVersion | ushort | The minor version of the HTTP API. |
return | System.Runtime.InteropServices |