Click or drag to resize
WebClientHeaders Property
Gets or sets a collection of header name/value pairs associated with the request.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public WebHeaderCollection Headers { get; set; }

Property Value

Type: WebHeaderCollection
See Also