WebDavServer Store Property WebDAV#
Gets the IWebDavStore this WebDavServer is hosting.

Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IWebDavStore Store { get; }

Property Value

Type: IWebDavStore
The store.
See Also