Method | Description | |
---|---|---|
BifrostClient ( string host, int port ) : System | ||
ConnectionStatus ( ) : int | ||
Flush ( ) : void | ||
GetPingTime ( ) : float | ||
GetStats ( ) : |
||
Send ( Asgard.Core.Network.Packets.Packet packet, int channel ) : bool | ||
Start ( ) : bool | ||
Stop ( ) : bool | ||
Tick ( double delta ) : void |
Method | Description | |
---|---|---|
OnRaiseConnectedEvent ( |
||
OnRaiseDisconnectedEvent ( |
||
pumpNetwork ( ) : void |
public BifrostClient ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public Send ( Asgard.Core.Network.Packets.Packet packet, int channel ) : bool | ||
packet | Asgard.Core.Network.Packets.Packet | |
channel | int | |
return | bool |