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

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
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.

Inheritance Hierarchy

System..::..Object
  GHIElectronics.NETMF.Net..::..WebHeaderCollection

See Also