Show / Hide Table of Contents

Class WebDavServer

The default WebDAV server implementation

Inheritance
Object
WebDavServer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public class WebDavServer : IWebDavDispatcher

Constructors

| Improve this Doc View Source

WebDavServer(IWebDavClass1, IWebDavOutputFormatter, IWebDavClass2)

Initializes a new instance of the WebDavServer class.

Declaration
public WebDavServer([NotNull] IWebDavClass1 webDavClass1, [NotNull] IWebDavOutputFormatter formatter, [CanBeNull] IWebDavClass2 webDavClass2 = null)
Parameters
Type Name Description
IWebDavClass1 webDavClass1

The WebDAV class 1 implementation

IWebDavOutputFormatter formatter

The formatter for the WebDAV XML responses

IWebDavClass2 webDavClass2

The WebDAV class 2 implementation

Properties

| Improve this Doc View Source

Class1

Gets the WebDAV class 1 implementation

Declaration
public IWebDavClass1 Class1 { get; }
Property Value
Type Description
IWebDavClass1
Implements
IWebDavDispatcher.Class1
| Improve this Doc View Source

Class2

Gets the WebDAV class 2 implementation

Declaration
public IWebDavClass2 Class2 { get; }
Property Value
Type Description
IWebDavClass2
Implements
IWebDavDispatcher.Class2
| Improve this Doc View Source

Formatter

Gets the formatter for the WebDAV XML responses

Declaration
public IWebDavOutputFormatter Formatter { get; }
Property Value
Type Description
IWebDavOutputFormatter
Implements
IWebDavDispatcher.Formatter
| Improve this Doc View Source

SupportedClasses

Gets the list of supported WebDAV classes

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