Show / Hide Table of Contents

Interface ICopyHandler

Interface for the COPY handler

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

Methods

| Improve this Doc View Source

CopyAsync(String, Uri, CancellationToken)

Copies from the source to the destination

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

The source to copy

Uri destination

The destination to copy to

CancellationToken cancellationToken

The cancellation 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