C# 클래스 TrinityCore_Manager.TCP.TCClient

상속: IDisposable
파일 보기 프로젝트 열기: TrinityCore-Manager/TrinityCore-Manager-v3

공개 메소드들

메소드 설명
Connect ( ) : void

Connect To Server

Disconnect ( ) : void

Disconnect from server

Dispose ( ) : void
Dispose ( bool disposing ) : void
Send ( string message ) : void

Send a message to the server

TCClient ( string host, int port ) : System

비공개 메소드들

메소드 설명
Connected ( IAsyncResult iar ) : void
ProcessReceive ( int read ) : void
Receive ( IAsyncResult iar ) : void
Send ( IAsyncResult iar ) : void

메소드 상세

Connect() 공개 메소드

Connect To Server
public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

Disconnect from server
public Disconnect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

Send() 공개 메소드

Send a message to the server
public Send ( string message ) : void
message string The message to send
리턴 void

TCClient() 공개 메소드

public TCClient ( string host, int port ) : System
host string
port int
리턴 System