C# Class WoWClassic.Gateway.GatewayServer

Inheritance: WoWClassic.Common.Network.Server
Datei anzeigen Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Public Methods

Method Description
GatewayServer ( ) : System
Listen ( IPEndPoint endPoint ) : void
SendWorldPacket ( GatewayConnection connection, byte data ) : void

Protected Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void

Private Methods

Method Description
GatewayService ( ) : System
InitTestDb ( ) : void

Method Details

AcceptCallback() protected method

protected AcceptCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

GatewayServer() public method

public GatewayServer ( ) : System
return System

Listen() public method

public Listen ( IPEndPoint endPoint ) : void
endPoint System.Net.IPEndPoint
return void

SendWorldPacket() public method

public SendWorldPacket ( GatewayConnection connection, byte data ) : void
connection GatewayConnection
data byte
return void