Click or drag to resize
STUN_Attribute Class
Inheritance Hierarchy
SystemObject
  Ozeki.NetworkSTUN_Attribute

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

The STUN_Attribute type exposes the following members.

Constructors
  NameDescription
Public methodSTUN_Attribute
Default constructor
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetBytes
Converts the entire STUN Attribute to byte array
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Protected methodGetValueBytes
Converts the value to byte array
Public methodStatic memberParse
Parses the raw byte array to a STUN Attribute
Protected methodParseHeader
Parses the header of the STUN attribute from the raw data
Protected methodParseValue
Parses the value of the STUN attribute from the raw data
Protected methodSetValueLength
Top
Properties
  NameDescription
Protected propertyIsClassicSTUNAttribute
Indicates whether this attribute is used in a Classic STUN message
Public propertyTotalLength
Gets the full length of the attribute
Top
See Also