C# Class LoginServer.SockUtils

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
GetIP ( IPEndPoint addr ) : string
GetIP ( TcpClient client ) : string
HexDump ( byte c ) : string

Method Details

GetIP() static public method

static public GetIP ( IPEndPoint addr ) : string
addr System.Net.IPEndPoint
return string

GetIP() static public method

static public GetIP ( TcpClient client ) : string
client System.Net.Sockets.TcpClient
return string

HexDump() static public method

static public HexDump ( byte c ) : string
c byte
return string