C# Class LiteNetLib.NetEndPoint

Show file Open project: RevenantX/LiteNetLib Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

NetEndPoint() public method

public NetEndPoint ( string hostStr, int port ) : System
hostStr string
port int
return System

ToString() public method

public ToString ( ) : string
return string