The Headertype exposes the following members.

Fields

  Name Description
Protected field parameters Private storage of header parameters. Derived classes may either use this field for their storage, or provide their own. This field is used by this class's implementation of the GetParameters () () () () and SetParameters(NameValueCollection) method.
Protected field value Private storage of the header value. Derived classes may either use this field for their storage, or provide their own. This field is used by this class's implementation of GetValue () () () () and SetValue(String) .
Protected field valueNoParameters Index into header of end of the value portion, excluding parameters. Classes may either use this field for their storage, or provide their own. This field is used by this class's implementation of GetValueNoParameters () () () () and SetValueNoParameters(String) .
Top

See also