Method | Description | |
---|---|---|
AuthSocket ( IGame program, string hostname, int port, string username, string password ) : System | ||
Connect ( ) : bool | ||
InitHandlers ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
ReadCallback ( IAsyncResult result ) : void |
Method | Description | |
---|---|---|
HandleRealmList ( ) : void | ||
HandleRealmLogonChallenge ( ) : void | ||
HandleRealmLogonProof ( ) : void | ||
ReadCommand ( ) : void | ||
Send ( ISendable sendable ) : void | ||
Send ( byte buffer ) : void | ||
SendLogonChallenge ( ) : void |
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 |
protected ReadCallback ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |