Click or drag to resize
WebHeaderCollectionAdd Method (HttpRequestHeader, String)
Inserts the specified header with the specified value into the collection.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public void Add(
	HttpRequestHeader header,
	string value
)

Parameters

header
Type: System.NetHttpRequestHeader
The header to add to the collection.
value
Type: SystemString
The content of the header.
See Also