C# Class StrontiumServer.Internal.HttpApiVersion

显示文件 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_oe property

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

Minor public_oe property

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