Interface IOptionsHandler
Interface for the OPTIONS
handler
Inherited Members
Namespace:FubarDev.WebDavServer.Handlers
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IOptionsHandler : IClass1Handler, IHandler
Methods
| Improve this Doc View SourceOptionsAsync(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.