C# Class StrontiumServer.Internal.HttpApiVersion

Afficher le fichier Open project: jimevans/strontium Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

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
majorVersion ushort The major version of the HTTP API.
minorVersion ushort The minor version of the HTTP API.
Résultat System

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