The following tables list the members exposed by HeaderField.
Public Properties
| Name | Description |
| Body |
Gets or sets the decoded body of the header field (that follows ': ').
|
| Name |
Gets the name that precedes the ':' in the header field line.
|
| Parameters |
Gets the dictionary that contains the parameters included in the header represented by this instance.
|
| Value |
Gets or sets the value following the ':' in the header field. Leading and trailing white space is trimmed. Parameters are not included. Returned values are decoded.
|
Top
Public Methods
See Also