Show / Hide Table of Contents

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 Source

Class1

Gets the WebDAV class 1 implementation

Declaration
[NotNull]
IWebDavClass1 Class1 { get; }
Property Value
Type Description
IWebDavClass1
| Improve this Doc View Source

Class2

Gets the WebDAV class 2 implementation

Declaration
[CanBeNull]
IWebDavClass2 Class2 { get; }
Property Value
Type Description
IWebDavClass2
| Improve this Doc View Source

Formatter

Gets the formatter for the WebDAV XML responses

Declaration
[NotNull]
IWebDavOutputFormatter Formatter { get; }
Property Value
Type Description
IWebDavOutputFormatter
| Improve this Doc View Source

SupportedClasses

Gets the list of supported WebDAV classes

Declaration
[NotNull]
[ItemNotNull]
IReadOnlyCollection<IWebDavClass> SupportedClasses { get; }
Property Value
Type Description
IReadOnlyCollection<IWebDavClass>
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX