Show / Hide Table of Contents

Interface IWebDavResult

The result of a WebDAV operation

Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IWebDavResult

Properties

| Improve this Doc View Source

StatusCode

Gets the WebDAV status code

Declaration
WebDavStatusCode StatusCode { get; }
Property Value
Type Description
WebDavStatusCode

Methods

| Improve this Doc View Source

ExecuteResultAsync(IWebDavResponse, CancellationToken)

Writes the result to a response

Declaration
[NotNull]
Task ExecuteResultAsync([NotNull] IWebDavResponse response, CancellationToken ct)
Parameters
Type Name Description
IWebDavResponse response

The response object to write to

CancellationToken ct

The cancellation token

Returns
Type Description
Task

The async task

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