StunMessageTransactionId Property |
Gets the Transaction ID of the STUN message
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic byte[] TransactionId { get; }
Public ReadOnly Property TransactionId As Byte()
Get
public:
property array<unsigned char>^ TransactionId {
array<unsigned char>^ get ();
}
member TransactionId : byte[] with get
Property Value
Type:
Byte
See Also