C# 클래스 LoginServer.SockUtils

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
GetIP ( IPEndPoint addr ) : string
GetIP ( TcpClient client ) : string
HexDump ( byte c ) : string

메소드 상세

GetIP() 정적인 공개 메소드

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

GetIP() 정적인 공개 메소드

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

HexDump() 정적인 공개 메소드

static public HexDump ( byte c ) : string
c byte
리턴 string