Show / Hide Table of Contents

Interface IPropFindHandler

Interface for the PROPFIND handler

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

Methods

| Improve this Doc View Source

PropFindAsync(String, propfind, CancellationToken)

Queries properties (dead or live) for a given path.

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

The path to query the properties for

propfind request

Some information about the properties to query

CancellationToken cancellationToken

The cancellcation token

Returns
Type Description
Task<IWebDavResult>

The result of the operation

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