C# Class WoWClassic.Gateway.WorldGatewayConnection

Inheritance: WoWClassic.Common.Network.Connection
显示文件 Open project: miceiken/WoWClassicAuthServer

Public Methods

Method Description
SendPacket ( ulong guid, byte data ) : void
WorldGatewayConnection ( WorldGatewayServer server, Socket socket ) : System

Protected Methods

Method Description
ProcessInternal ( byte data ) : int

Method Details

ProcessInternal() protected method

protected ProcessInternal ( byte data ) : int
data byte
return int

SendPacket() public method

public SendPacket ( ulong guid, byte data ) : void
guid ulong
data byte
return void

WorldGatewayConnection() public method

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