Represents a protocol independent interface representation of any kind of IHeaderFrame cell.
| C# | Visual Basic | Visual C++ |
public interface IHeaderCell : IChannelCell, IChannel, ISupportBinaryImage, ISerializable
Public Interface IHeaderCell _ Inherits IChannelCell, IChannel, ISupportBinaryImage, ISerializable
public interface class IHeaderCell : IChannelCell, IChannel, ISupportBinaryImage, ISerializable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Attributes |
Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this IChannel object.
(Inherited from IChannel.) | |
| BinaryImage()()()() | (Inherited from ISupportBinaryImage.) | |
| BinaryLength()()()() | (Inherited from ISupportBinaryImage.) | |
| Character |
Gets or sets ASCII character as a Byte that represents this IHeaderCell.
| |
| CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.) | |
| IDCode |
Gets the numeric ID code for this IChannelCell.
(Inherited from IChannelCell.) | |
| Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
| Parent |
Gets a reference to the parent IHeaderFrame for this IHeaderCell.
| |
| Parent |
Gets a reference to the parent IChannelFrame for this IChannelCell.
(Inherited from IChannelCell.) | |
| State |
Gets or sets the parsing state for the this ChannelCellBase.
(Inherited from IChannelCell.) | |
| State |
Gets or sets the parsing state for this IChannel object.
(Inherited from IChannel.) | |
| Tag |
Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel.) |