Show / Hide Table of Contents

Interface IOptionsHandler

Interface for the OPTIONS handler

Inherited Members
IHandler.HttpMethods
Namespace:FubarDev.WebDavServer.Handlers
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IOptionsHandler : IClass1Handler, IHandler

Methods

| Improve this Doc View Source

OptionsAsync(String, CancellationToken)

Queries the options for a given path.

Declaration
[NotNull]
[ItemNotNull]
Task<IWebDavResult> OptionsAsync([NotNull] string path, CancellationToken cancellationToken)
Parameters
Type Name Description
String path

The root-relataive file system path to query the options for

CancellationToken cancellationToken

The cancellcation token

Returns
Type Description
Task<IWebDavResult>

The result of the operation

Remarks

This is used to identify the WebDAV capabilities at a given URL.

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX