WebDavHeadMethodHandler Names Property WebDAV#
Gets the collection of the names of the HTTP methods handled by this instance.

Namespace: WebDAVSharp.Server.MethodHandlers
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<string> Names { get; }

Property Value

Type: IEnumerable String 
The names.

Implements

IWebDavMethodHandler Names
See Also