Method | Description | |
---|---|---|
SendPacket ( |
Sends the packet.
|
|
SendPacketAsync ( |
Method | Description | |
---|---|---|
CheckPacket ( |
||
GetCreator ( |
Gets the creator.
|
|
GetMonoCreator ( |
Fallback because the mono CreateDelegate method missmatches the one of the .net framework
|
|
GetMonoSender ( |
Fallback because the mono CreateDelegate method missmatches the one of the .net framework
|
|
GetMonoSenderAsync ( |
Fallback because the mono CreateDelegate method missmatches the one of the .net framework
|
|
GetNetCreator ( |
||
GetNetSender ( |
||
GetNetSenderAsync ( |
||
GetSender ( |
Gets the sender.
|
|
GetSenderAsync ( |
public static SendPacket ( |
||
packet | The packet. | |
stream | The stream. | |
version | int | The version. |
requiredVersion | int | The required version. |
lastSupportedVersion | int | The last supported version. |
throwOnRequired | bool | if set to |
throwOnLast | bool | if set to |
return | void |
public static SendPacketAsync ( |
||
packet | ||
stream | ||
version | int | |
requiredVersion | int | |
lastSupportedVersion | int | |
throwOnRequired | bool | |
throwOnLast | bool | |
return | System.Threading.Tasks.Task |