Gets or sets the parsing state for this IChannel object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IChannelParsingState State { get; set; }
Property State As IChannelParsingState Get Set
property IChannelParsingState^ State { IChannelParsingState^ get (); void set (IChannelParsingState^ value); }