C# Class WoWClassic.Login.AuthConnection

Inheritance: Connection
Show file Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ProcessInternal ( byte data ) : int

Method Details

AuthConnection() public method

public AuthConnection ( Server server, Socket socket ) : System
server WoWClassic.Common.Network.Server
socket Socket
return System

ProcessInternal() protected method

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

SendPacket() public method

public SendPacket ( AuthOpcodes opcode, byte data ) : void
opcode AuthOpcodes
data byte
return void