WebHeaderCollection Class

Contains protocol headers associated with a request or response. Manages name-value pairs for HTTP headers.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public class WebHeaderCollection

Remarks

This class includes additional methods, including HTTP parsing of a collection into a buffer that can be sent.

Headers are validated when attempting to add them.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

WebHeaderCollection Members
System.Net Namespace