C# Class NullReference.Win32.Internal.HttpApiVersion

Afficher le fichier Open project: voltagex/junkcode Class Usage Examples

Méthodes publiques

Свойство Type Description
Major ushort
Minor ushort

Méthodes publiques

Méthode Description
HttpApiVersion ( ushort majorVersion, ushort minorVersion ) : System.Runtime.InteropServices

Initializes a new instance of the HttpApiVersion struct.

Method Details

HttpApiVersion() public méthode

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.
Résultat System.Runtime.InteropServices

Property Details

Major public_oe property

The major version of the HTTP API.
public ushort Major
Résultat ushort

Minor public_oe property

The minor version of the HTTP API.
public ushort Minor
Résultat ushort