Click or drag to resize

RequestAsyncHeaders Property

IT Hit WebDAV Classes Reference
Gets a collection of HTTP headers.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public abstract IDictionary<string, string> Headers { get; }

Property Value

Type: IDictionaryString, String
A NameValueCollection of headers.
See Also