Represents a protocol independent interface representation of the parsing state of a IHeaderFrame.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public interface IHeaderFrameParsingState : IChannelFrameParsingState<IHeaderCell>, IChannelParsingState
Public Interface IHeaderFrameParsingState _ Inherits IChannelFrameParsingState(Of IHeaderCell), IChannelParsingState
public interface class IHeaderFrameParsingState : IChannelFrameParsingState<IHeaderCell^>, IChannelParsingState
 Members
 Members| All Members | Properties | ||||
| Icon | Member | Description | 
|---|---|---|
|  | CellCount | 
            Gets or sets number of cells that are expected in associated IChannelFrame being parsed.
            (Inherited from IChannelFrameParsingState<(Of <(<'T>)>)>.) | 
|  | CreateNewCell | 
            Gets reference to delegate used to create a new IChannelCell object.
            (Inherited from IChannelFrameParsingState<(Of <(<'T>)>)>.) | 
|  | ParsedBinaryLength | 
            Gets or sets the length of the associated IChannel object being parsed from the binary image.
            (Inherited from IChannelParsingState.) |