Click or drag to resize
WebHeaderCollectionItem Property (HttpRequestHeader)
Gets or sets the specified request header.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public string this[
	HttpRequestHeader header
] { get; set; }

Parameters

header
Type: System.NetHttpRequestHeader
The request header value.

Return Value

Type: String
A System.String instance containing the specified header value.
See Also