C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Net
WebClient Class
WebClient Properties
Encoding Property
Headers Property
WebClient
Headers 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#
Copy
public
WebHeaderCollection
Headers
{
get
;
set
; }
Property Value
Type:
WebHeaderCollection
See Also
Reference
WebClient Class
System.Net Namespace