WebHeaderCollectionItem Property (HttpRequestHeader) |
Gets or sets the specified request header.
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public string this[
HttpRequestHeader header
] { get; set; }
Parameters
- header
- Type: System.NetHttpRequestHeader
The request header value.
Return Value
Type:
StringA System.String instance containing the specified header value.
See Also