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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ReverseBytes ( uint value ) : uint

Method Details

Equals() public méthode

public Equals ( ServerKey other ) : bool
other ServerKey
Résultat bool

Equals() public méthode

public Equals ( [ obj ) : bool
obj [
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ServerKey() public méthode

public ServerKey ( uint ipAddress, ushort port ) : System.Net
ipAddress uint
port ushort
Résultat System.Net

ToIpAddress() public méthode

public ToIpAddress ( ) : IPAddress
Résultat System.Net.IPAddress

ToIpEndpoint() public méthode

public ToIpEndpoint ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

ToString() public méthode

public ToString ( ) : string
Résultat string