Click or drag to resize

DavRequestHeaders Property

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

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

Property Value

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