Attribute Methods |
The Attribute type exposes the following members.
| 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.
| |
| GetPaddingLength |
Gets the length of the padding.
| |
| GetType | (Inherited from Object.) | |
| GetValueLength |
Gets the length of the attribute value.
| |
| MemberwiseClone | (Inherited from Object.) | |
| NextLength |
Reads the length of the next attribute from a data buffer, including header and padding.
| |
| ReadAddressType |
Reads an address type.
| |
| ReadFrom(DataBuffer, Int32, DataBuffer, DataBuffer) |
Reads an Attribute from a data buffer.
| |
| ReadFrom(DataBuffer, Int32, Int32, DataBuffer, DataBuffer) |
Reads an Attribute from a data buffer.
| |
| ReadIPAddress |
Reads an IP address.
| |
| ReadPort |
Reads a port.
| |
| ReadXorIPAddress |
Reads an XOR'd IP address.
| |
| ReadXorPort |
Reads an XOR'd port.
| |
| ToString | (Inherited from Object.) | |
| WriteAddressType |
Writes an address type.
| |
| WriteIPAddress |
Writes an IP address.
| |
| WritePort |
Writes a port.
| |
| WriteTo(DataBuffer, Int32) |
Writes the attribute to a data buffer.
| |
| WriteTo(DataBuffer, Int32, Int32) |
Writes the attribute to a data buffer.
| |
| WriteValueTo |
Writes the attribute value to a data buffer.
| |
| WriteXorIPAddress |
Writes an XOR'd IP address.
| |
| WriteXorPort |
Writes an XOR'd port.
|