Show / Hide Table of Contents

Interface IHandler

The handler for a HTTP method for a given WebDAV class

Namespace:FubarDev.WebDavServer.Handlers
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IHandler

Properties

| Improve this Doc View Source

HttpMethods

Gets the HTTP methods that are processed by this handler

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