WebDavMethodHandlers BuiltIn Property WebDAV#
Gets the collection of built-in IWebDavMethodHandler HTTP method handler instances.

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

Property Value

Type: IEnumerable IWebDavMethodHandler 
See Also