C# Class SagaGateway.LoginSession

Inheritance: SagaLib.Client
Mostra file Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
state SESSION_STATE

Public Methods

Method Description
Connect ( ) : void
LoginSession ( string host, int port ) : System
Logout ( GatewayClient client ) : void
OnConnect ( ) : void
OnDisconnect ( ) : void
OnKick ( Packets p ) : void
OnResponseRequest ( Packets p ) : void
OnSendGUID ( Packets p ) : void
OnSendIdentify ( Packets p ) : void
OnSendKey ( SagaGateway p ) : void
OnSendToMap ( Packets p ) : void
OnSendUniversal ( Packets p ) : void
RequestNewSession ( GatewayClient client ) : void
SendToLogin ( byte data, uint SessionID ) : void
SetHeader ( bool value ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

LoginSession() public method

public LoginSession ( string host, int port ) : System
host string
port int
return System

Logout() public method

public Logout ( GatewayClient client ) : void
client GatewayClient
return void

OnConnect() public method

public OnConnect ( ) : void
return void

OnDisconnect() public method

public OnDisconnect ( ) : void
return void

OnKick() public method

public OnKick ( Packets p ) : void
p Packets
return void

OnResponseRequest() public method

public OnResponseRequest ( Packets p ) : void
p Packets
return void

OnSendGUID() public method

public OnSendGUID ( Packets p ) : void
p Packets
return void

OnSendIdentify() public method

public OnSendIdentify ( Packets p ) : void
p Packets
return void

OnSendKey() public method

public OnSendKey ( SagaGateway p ) : void
p SagaGateway
return void

OnSendToMap() public method

public OnSendToMap ( Packets p ) : void
p Packets
return void

OnSendUniversal() public method

public OnSendUniversal ( Packets p ) : void
p Packets
return void

RequestNewSession() public method

public RequestNewSession ( GatewayClient client ) : void
client GatewayClient
return void

SendToLogin() public method

public SendToLogin ( byte data, uint SessionID ) : void
data byte
SessionID uint
return void

SetHeader() public method

public SetHeader ( bool value ) : void
value bool
return void

Property Details

state public_oe property

The state of this session. Changes from NOT_IDENTIFIED to IDENTIFIED or REJECTED.
public SESSION_STATE state
return SESSION_STATE