Show / Hide Table of Contents

Class WebDavHostOptions

Options for the WebDAV host

Inheritance
Object
WebDavHostOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.AspNetCore
Assembly:FubarDev.WebDavServer.AspNetCore.dll
Syntax
public class WebDavHostOptions

Properties

| Improve this Doc View Source

AllowAnonymousAccess

Gets or sets a value indicating whether anonymous WebDAV access is allowed.

Declaration
public bool AllowAnonymousAccess { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

AnonymousHomePath

Gets or sets the home path for the unauthenticated user.

Declaration
public string AnonymousHomePath { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

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.

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