| STUN_Attribute Class |
Namespace: Ozeki.Network
The STUN_Attribute type exposes the following members.
| Name | Description | |
|---|---|---|
| STUN_Attribute |
Default constructor
|
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| GetBytes |
Converts the entire STUN Attribute to byte array
| |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetValueBytes |
Converts the value to byte array
| |
| Parse |
Parses the raw byte array to a STUN Attribute
| |
| ParseHeader |
Parses the header of the STUN attribute from the raw data
| |
| ParseValue |
Parses the value of the STUN attribute from the raw data
| |
| SetValueLength |
| Name | Description | |
|---|---|---|
| IsClassicSTUNAttribute |
Indicates whether this attribute is used in a Classic STUN message
| |
| TotalLength |
Gets the full length of the attribute
|