C# 클래스 WoWClassic.Gateway.WorldGatewayConnection

상속: WoWClassic.Common.Network.Connection
파일 보기 프로젝트 열기: miceiken/WoWClassicAuthServer

공개 메소드들

메소드 설명
SendPacket ( ulong guid, byte data ) : void
WorldGatewayConnection ( WorldGatewayServer server, Socket socket ) : System

보호된 메소드들

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

메소드 상세

ProcessInternal() 보호된 메소드

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

SendPacket() 공개 메소드

public SendPacket ( ulong guid, byte data ) : void
guid ulong
data byte
리턴 void

WorldGatewayConnection() 공개 메소드

public WorldGatewayConnection ( WorldGatewayServer server, Socket socket ) : System
server WorldGatewayServer
socket System.Net.Sockets.Socket
리턴 System