HttpClient.HeaderFields Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpClient.HeaderFields Property

Gets or sets a StringDictionary that stores the header fields.

[Visual Basic]Private Property HeaderFields As System.Collections.Specialized.StringDictionary
[C#]
private System.Collections.Specialized.StringDictionary HeaderFields {get; set;}

Property Value

A StringDictionary that stores the header fields.

See Also

HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace