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: 10.4.54.0
Syntax
public class StunMessage

The StunMessage type exposes the following members.

Constructors
 NameDescription
Public methodStunMessage Default constructor
Public methodStunMessage(MessageProtocol, MessageType) Creates a new STUN message.
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
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
See Also