NHttpHeaderFields Class Members
In This Topic
The following tables list the members exposed by NHttpHeaderFields.
Public Properties
| Name | Description |
 | Count | Gets the count of header fields in this headers map |
 | IsSealed | Determines whether this headers map is sealed. When sealed you are not allowed to modify the headers and all modification methods will throw an exception. |
 | Item | Overloaded. Gets or sets the field value associated with the specified field name. |
Top
Public Methods
| Name | Description |
 | Contains | Overloaded. Checks whether the headers contains an entry for the specified field name |
 | DeepClone | Creates an identical copy of this object. |
 | GetIterator | Gets an iterator that iterates through the header fields. |
 | Remove | Overloaded. Removes the field (if any) with the specified name. |
 | TryGetValue | Overloaded. Tries to get the value of the specified header field name |
Top
See Also