Click or drag to resize

ChannelBase Properties

The ChannelBase type exposes the following members.

Properties
  Name Description
Public property Attributes Gets a DictionaryTKey, TValue of string based property names and values for this ChannelBase object.
Public property BinaryImage Gets the binary image of the ChannelBase object.
Public property BinaryLength Gets the length of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Protected property BodyImage Gets the binary body image of the ChannelBase object.
Protected property BodyLength Gets the length of the body portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Protected property FooterImage Gets the binary footer image of the BinaryImageBase object.
Protected property FooterLength Gets the length of the footer portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Protected property HeaderImage Gets the binary header image of the ChannelBase object.
Protected property HeaderLength Gets the length of the header portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Public property State Gets or sets the parsing state for this ChannelBase object.
Public property Tag Gets or sets a user definable reference to an object associated with this ChannelBase object.
Top
See Also