Interface IWebDavResult
The result of a WebDAV operation
Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IWebDavResult
Properties
| Improve this Doc View SourceStatusCode
Gets the WebDAV status code
Declaration
WebDavStatusCode StatusCode { get; }
Property Value
Type | Description |
---|---|
WebDavStatusCode |
Methods
| Improve this Doc View SourceExecuteResultAsync(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 |