Class WebDavHostOptions
Options for the WebDAV host
Inherited Members
Namespace:FubarDev.WebDavServer.AspNetCore
Assembly:FubarDev.WebDavServer.AspNetCore.dll
Syntax
public class WebDavHostOptions
Properties
| Improve this Doc View SourceAllowAnonymousAccess
Gets or sets a value indicating whether anonymous WebDAV access is allowed.
Declaration
public bool AllowAnonymousAccess { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
AnonymousHomePath
Gets or sets the home path for the unauthenticated user.
Declaration
public string AnonymousHomePath { get; set; }
Property Value
Type | Description |
---|---|
String |
BaseUrl
Gets or sets the base URL of the WebDAV server
Declaration
public string BaseUrl { get; set; }
Property Value
Type | Description |
---|---|
String |
Remarks
This is usually required when run behind a proxy server.