C# 클래스 WorldServer.Lobby.Client

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

공개 메소드들

메소드 설명
Client ( String ip, int Port ) : System
Send ( WL packet ) : void

비공개 메소드들

메소드 설명
connect ( IPEndPoint serverEndPoint ) : void
handleLobby ( ) : void

메소드 상세

Client() 공개 메소드

public Client ( String ip, int Port ) : System
ip String
Port int
리턴 System

Send() 공개 메소드

public Send ( WL packet ) : void
packet WL
리턴 void