Méthode | Description | |
---|---|---|
ClearLowPriorityQueue ( ) : System.Threading.Tasks.Task | ||
Disconnect ( ) : void | ||
FakeNetworkClient ( ) : OpenNos.Core | ||
GetClientSession ( ) : ClientSession | ||
Initialize ( |
||
ReceivePacket ( PacketDefinition packet ) : void |
Send a packet to the Server as the Fake client receives it and triggers a Handler method.
|
|
ReceivePacket ( string packet ) : void |
Send a Packet to the Server as the Fake client receives it and triggers a Handler method.
|
|
SendPacket ( string packet, byte priority = 10 ) : void | ||
SendPacketFormat ( string packet ) : void | ||
SendPackets ( IEnumerable |
||
SetClientSession ( object clientSession ) : void |
public ClearLowPriorityQueue ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public FakeNetworkClient ( ) : OpenNos.Core | ||
Résultat | OpenNos.Core |
public GetClientSession ( ) : ClientSession | ||
Résultat | ClientSession |
public Initialize ( |
||
encryptor | ||
Résultat | void |
public ReceivePacket ( PacketDefinition packet ) : void | ||
packet | PacketDefinition | Packet created thru PacketFactory. |
Résultat | void |
public ReceivePacket ( string packet ) : void | ||
packet | string | |
Résultat | void |
public SendPacket ( string packet, byte priority = 10 ) : void | ||
packet | string | |
priority | byte | |
Résultat | void |
public SendPacketFormat ( string packet ) : void | ||
packet | string | |
Résultat | void |
public SendPackets ( IEnumerable |
||
packets | IEnumerable |
|
priority | byte | |
Résultat | void |
public SetClientSession ( object clientSession ) : void | ||
clientSession | object | |
Résultat | void |