C# 클래스 WoWClassic.Common.Network.Connection

상속: IConnection
파일 보기 프로젝트 열기: miceiken/WoWClassicAuthServer

보호된 프로퍼티들

프로퍼티 타입 설명
m_Server Server
m_Socket System.Net.Sockets.Socket

공개 메소드들

메소드 설명
Connection ( Server server, Socket socket ) : System
Process ( byte data, int length ) : void
Send ( byte data ) : void

보호된 메소드들

메소드 설명
ProcessInternal ( byte data ) : int

비공개 메소드들

메소드 설명
ReceiveCallback ( IAsyncResult ar ) : void
SendCallback ( IAsyncResult ar ) : void

메소드 상세

Connection() 공개 메소드

public Connection ( Server server, Socket socket ) : System
server Server
socket System.Net.Sockets.Socket
리턴 System

Process() 공개 메소드

public Process ( byte data, int length ) : void
data byte
length int
리턴 void

ProcessInternal() 보호된 메소드

protected ProcessInternal ( byte data ) : int
data byte
리턴 int

Send() 공개 메소드

public Send ( byte data ) : void
data byte
리턴 void

프로퍼티 상세

m_Server 보호되어 있는 프로퍼티

protected Server,WoWClassic.Common.Network m_Server
리턴 Server

m_Socket 보호되어 있는 프로퍼티

protected Socket,System.Net.Sockets m_Socket
리턴 System.Net.Sockets.Socket