Interface IWebDavDispatcher
The interface of a WebDAV server implementation
Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IWebDavDispatcher
Properties
| Improve this Doc View SourceClass1
Gets the WebDAV class 1 implementation
Declaration
[NotNull]
IWebDavClass1 Class1 { get; }
Property Value
Type | Description |
---|---|
IWebDavClass1 |
Class2
Gets the WebDAV class 2 implementation
Declaration
[CanBeNull]
IWebDavClass2 Class2 { get; }
Property Value
Type | Description |
---|---|
IWebDavClass2 |
Formatter
Gets the formatter for the WebDAV XML responses
Declaration
[NotNull]
IWebDavOutputFormatter Formatter { get; }
Property Value
Type | Description |
---|---|
IWebDavOutputFormatter |
SupportedClasses
Gets the list of supported WebDAV classes
Declaration
[NotNull]
[ItemNotNull]
IReadOnlyCollection<IWebDavClass> SupportedClasses { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IWebDavClass> |