C# Class withSIX.Steam.Plugin.Arma.ServerKey

显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
Equals ( ServerKey other ) : bool
Equals ( [ obj ) : bool
GetHashCode ( ) : int
ServerKey ( uint ipAddress, ushort port ) : System.Net
ToIpAddress ( ) : IPAddress
ToIpEndpoint ( ) : IPEndPoint
ToString ( ) : string

Private Methods

Method Description
ReverseBytes ( uint value ) : uint

Method Details

Equals() public method

public Equals ( ServerKey other ) : bool
other ServerKey
return bool

Equals() public method

public Equals ( [ obj ) : bool
obj [
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServerKey() public method

public ServerKey ( uint ipAddress, ushort port ) : System.Net
ipAddress uint
port ushort
return System.Net

ToIpAddress() public method

public ToIpAddress ( ) : IPAddress
return System.Net.IPAddress

ToIpEndpoint() public method

public ToIpEndpoint ( ) : IPEndPoint
return System.Net.IPEndPoint

ToString() public method

public ToString ( ) : string
return string