C# Class Client.Authentication.Network.AuthSocket

Inheritance: GameSocket
Show file Open project: jackpoz/BotFarm

Public Methods

Method Description
AuthSocket ( IGame program, string hostname, int port, string username, string password ) : System
Connect ( ) : bool
InitHandlers ( ) : void
Start ( ) : void

Protected Methods

Method Description
ReadCallback ( IAsyncResult result ) : void

Private Methods

Method Description
HandleRealmList ( ) : void
HandleRealmLogonChallenge ( ) : void
HandleRealmLogonProof ( ) : void
ReadCommand ( ) : void
Send ( ISendable sendable ) : void
Send ( byte buffer ) : void
SendLogonChallenge ( ) : void

Method Details

AuthSocket() public method

public AuthSocket ( IGame program, string hostname, int port, string username, string password ) : System
program IGame
hostname string
port int
username string
password string
return System

Connect() public method

public Connect ( ) : bool
return bool

InitHandlers() public method

public InitHandlers ( ) : void
return void

ReadCallback() protected method

protected ReadCallback ( IAsyncResult result ) : void
result IAsyncResult
return void

Start() public method

public Start ( ) : void
return void