C# Class NullReference.Win32.Internal.HttpApiVersion

Show file Open project: voltagex/junkcode Class Usage Examples

Public Properties

Property Type Description
Major ushort
Minor ushort

Public Methods

Method Description
HttpApiVersion ( ushort majorVersion, ushort minorVersion ) : System.Runtime.InteropServices

Initializes a new instance of the HttpApiVersion struct.

Method Details

HttpApiVersion() public method

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

Property Details

Major public property

The major version of the HTTP API.
public ushort Major
return ushort

Minor public property

The minor version of the HTTP API.
public ushort Minor
return ushort