StunMessageTransactionId Property |
Gets the Transaction ID of the STUN message
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
Byte
See Also