Click or drag to resize

Attribute Methods

The Attribute type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLength
Gets the length of the attribute, including header and padding.
Public methodGetPaddingLength
Gets the length of the padding.
Public methodGetType (Inherited from Object.)
Protected methodGetValueLength
Gets the length of the attribute value.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNextLength
Reads the length of the next attribute from a data buffer, including header and padding.
Protected methodStatic memberReadAddressType
Reads an address type.
Public methodStatic memberReadFrom(DataBuffer, Int32, DataBuffer, DataBuffer)
Reads an Attribute from a data buffer.
Public methodStatic memberReadFrom(DataBuffer, Int32, Int32, DataBuffer, DataBuffer)
Reads an Attribute from a data buffer.
Protected methodStatic memberReadIPAddress
Reads an IP address.
Protected methodStatic memberReadPort
Reads a port.
Protected methodStatic memberReadXorIPAddress
Reads an XOR'd IP address.
Protected methodStatic memberReadXorPort
Reads an XOR'd port.
Public methodToString (Inherited from Object.)
Protected methodStatic memberWriteAddressType
Writes an address type.
Protected methodWriteIPAddress
Writes an IP address.
Protected methodWritePort
Writes a port.
Public methodWriteTo(DataBuffer, Int32)
Writes the attribute to a data buffer.
Public methodWriteTo(DataBuffer, Int32, Int32)
Writes the attribute to a data buffer.
Protected methodWriteValueTo
Writes the attribute value to a data buffer.
Protected methodWriteXorIPAddress
Writes an XOR'd IP address.
Protected methodWriteXorPort
Writes an XOR'd port.
Top
See Also