StunMessageTransactionId Property |
Gets the Transaction ID of the STUN message
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ByteSee Also