메소드 |
설명 |
|
ClearLowPriorityQueue ( ) : System.Threading.Tasks.Task |
|
|
Disconnect ( ) : void |
|
|
FakeNetworkClient ( ) : OpenNos.Core |
|
|
GetClientSession ( ) : ClientSession |
|
|
Initialize ( EncryptionBase encryptor ) : void |
|
|
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 packets, byte priority = 10 ) : void |
|
|
SetClientSession ( object clientSession ) : void |
|
|