| XorRelayedAddressAttribute Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FM.IceLink.Stun.Turn
The XorRelayedAddressAttribute type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | XorRelayedAddressAttribute | 
            Initializes a new instance of the XorRelayedAddressAttribute class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IPAddress | 
            Gets or sets the IP address.
             | 
|  | Port | 
            Gets or sets the port.
             | 
|  | TransactionId | 
            Gets or sets the transaction ID.
             | 
|  | TypeValue | 
            Gets the type value.
            (Overrides AttributeTypeValue.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetLength | 
            Gets the length of the attribute, including header and padding.
            (Inherited from Attribute.) | 
|  | GetPaddingLength | 
            Gets the length of the padding.
            (Inherited from Attribute.) | 
|  | GetType | (Inherited from Object.) | 
|  | GetValueLength | 
            Gets the length of the value.
            (Overrides AttributeGetValueLength.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | ReadValueFrom | 
            Initializes a new instance of the XorRelayedAddressAttribute class.
             | 
|  | ToString | 
            Returns a string that represents this instance.
            (Overrides ObjectToString.) | 
|  | WriteIPAddress | 
            Writes an IP address.
            (Inherited from Attribute.) | 
|  | WritePort | 
            Writes a port.
            (Inherited from Attribute.) | 
|  | WriteTo(DataBuffer, Int32) | 
            Writes the attribute to a data buffer.
            (Inherited from Attribute.) | 
|  | WriteTo(DataBuffer, Int32, Int32) | 
            Writes the attribute to a data buffer.
            (Inherited from Attribute.) | 
|  | WriteValueTo | 
            Writes the value to.
            (Overrides AttributeWriteValueTo(DataBuffer, Int32).) | 
|  | WriteXorIPAddress | 
            Writes an XOR'd IP address.
            (Inherited from Attribute.) | 
|  | WriteXorPort | 
            Writes an XOR'd port.
            (Inherited from Attribute.) | 
 See Also
See Also