StunMessageMessageLength Property |
Gets the length of the STUN message (header length not included)
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int MessageLength { get; }
Public ReadOnly Property MessageLength As Integer
Get
public:
property int MessageLength {
int get ();
}
member MessageLength : int with get
Property Value
Type:
Int32See Also