Click or drag to resize
StunMessage Class
STUN messages are TLV (type-length-value) encoded using big endian (network ordered) binary.
Inheritance Hierarchy
SystemObject
  Ozeki.NetworkStunMessage

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class StunMessage

The StunMessage type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddAttribute
Adds a specified STUN attribute to the STUN message
Public methodGetBytes
Converts the entire STUN Message to byte array
Public methodStatic memberParse
Converts the raw byte data to a STUN Message
Top
Fields
  NameDescription
Public fieldStatic memberMAGIC_COOKIE
Top
Properties
  NameDescription
Public propertyMessageLength
Gets the length of the STUN message (header length not included)
Public propertyTransactionId
Gets the Transaction ID of the STUN message
Public propertyTransactionIdString
Gets the Transaction ID of the STUN message
Top
See Also