Click or drag to resize

PdiHeader Properties

The PdiHeader type exposes the following members.

Properties
  NameDescription
Public propertyBinaryValue
Gets header's binary value.
Public propertyGroup
Gets or sets header's group.
Public propertyIsEmpty
Gets information if the header is empty.
Public propertyKey
Gets or sets header's key.
Public propertyKeyParameters
Header key parameters. You can use GetKeyParameter(String) and HasKeyParameter(String) methods for easier access.
Public propertyRawLine
Raw line that this object was parsed from.
Public propertyRawValue
Gets or sets header's raw value.
Public propertyValue
Gets header's value.
Public propertyValueParameters
You can use GetValueParameter(String) and HasValueParameter(String) methods for easier access.
Top
See Also