Click or drag to resize
WebHeaderCollectionItem Property (HttpResponseHeader)
Gets or sets the specified response header.

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

Parameters

header
Type: System.NetHttpResponseHeader
The response header value.

Return Value

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