C# Class LoginServer.SockUtils

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
GetIP ( IPEndPoint addr ) : string
GetIP ( TcpClient client ) : string
HexDump ( byte c ) : string

Method Details

GetIP() static public méthode

static public GetIP ( IPEndPoint addr ) : string
addr System.Net.IPEndPoint
Résultat string

GetIP() static public méthode

static public GetIP ( TcpClient client ) : string
client System.Net.Sockets.TcpClient
Résultat string

HexDump() static public méthode

static public HexDump ( byte c ) : string
c byte
Résultat string