C# Class LiteNetLib.NetEndPoint

Afficher le fichier Open project: RevenantX/LiteNetLib Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NetEndPoint ( string hostStr, int port ) : System
ToString ( ) : string

Private Methods

Méthode Description
GetId ( ) : long
NetEndPoint ( HostName hostName, string port ) : System
NetEndPoint ( IPEndPoint ipEndPoint ) : System
NetEndPoint ( int port ) : System
ParseIpToId ( string hostIp ) : long
ResolveAddress ( string hostStr, AddressFamily addressFamily ) : IPAddress

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NetEndPoint() public méthode

public NetEndPoint ( string hostStr, int port ) : System
hostStr string
port int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string