C# Class WoWClassic.Login.AuthConnection

Inheritance: Connection
Afficher le fichier Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Méthodes publiques

Méthode Description
AuthConnection ( Server server, Socket socket ) : System
SendPacket ( AuthOpcodes opcode, byte data ) : void

Méthodes protégées

Méthode Description
ProcessInternal ( byte data ) : int

Method Details

AuthConnection() public méthode

public AuthConnection ( Server server, Socket socket ) : System
server WoWClassic.Common.Network.Server
socket Socket
Résultat System

ProcessInternal() protected méthode

protected ProcessInternal ( byte data ) : int
data byte
Résultat int

SendPacket() public méthode

public SendPacket ( AuthOpcodes opcode, byte data ) : void
opcode AuthOpcodes
data byte
Résultat void