 | LibraryCustomPacketDecrypt Property |
Decrypts incoming data
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static CustomPacketDecryptHandler CustomPacketDecrypt { get; }
Public Shared ReadOnly Property CustomPacketDecrypt As CustomPacketDecryptHandler
Get
public:
static property CustomPacketDecryptHandler^ CustomPacketDecrypt {
CustomPacketDecryptHandler^ get ();
}
static member CustomPacketDecrypt : CustomPacketDecryptHandler with get
Property Value
Type:
CustomPacketDecryptHandler
See Also