C# Class WoWClassic.Gateway.GatewayServer

Inheritance: WoWClassic.Common.Network.Server
Afficher le fichier Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AcceptCallback ( IAsyncResult ar ) : void

Private Methods

Méthode Description
GatewayService ( ) : System
InitTestDb ( ) : void

Method Details

AcceptCallback() protected méthode

protected AcceptCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

GatewayServer() public méthode

public GatewayServer ( ) : System
Résultat System

Listen() public méthode

public Listen ( IPEndPoint endPoint ) : void
endPoint System.Net.IPEndPoint
Résultat void

SendWorldPacket() public méthode

public SendWorldPacket ( GatewayConnection connection, byte data ) : void
connection GatewayConnection
data byte
Résultat void