WebDavExtensions ClassWebDAV#
This class holds extension methods for various types related to WebDAV#.
Inheritance Hierarchy
System Object
  WebDAVSharp.Server WebDavExtensions

Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class WebDavExtensions

The WebDavExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetItem
Retrieves a store item through the specified Uri from the specified WebDavServer and IWebDavStore.
Public methodStatic memberGetParentUri
Gets the Uri to the parent object.
Public methodStatic memberGetPrefixUri
Gets the prefix Uri that matches the specified Uri.
Public methodStatic memberSendSimpleResponse
Sends a simple response with a specified HTTP status code but no content.
Top
See Also