IHttpListenerRequest Headers Property WebDAV#
Gets the collection of header name/value pairs sent in the request.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
NameValueCollection Headers { get; }

Property Value

Type: NameValueCollection
The headers.
See Also