C# Class StrontiumServer.Internal.HttpApiVersion

Show file Open project: jimevans/strontium Class Usage Examples

Public Properties

Property Type Description
Major ushort
Minor ushort

Public Methods

Method Description
HttpApiVersion ( ushort majorVersion, ushort minorVersion ) : System

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

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