Class LoggingWebDavResponse
Inheritance
LoggingWebDavResponse
Namespace:FubarDev.WebDavServer.AspNetCore
Assembly:FubarDev.WebDavServer.AspNetCore.dll
Syntax
public class LoggingWebDavResponse : IWebDavResponse
Constructors
|
Improve this Doc
View Source
LoggingWebDavResponse(IWebDavDispatcher)
Declaration
public LoggingWebDavResponse(IWebDavDispatcher dispatcher)
Parameters
Type |
Name |
Description |
IWebDavDispatcher |
dispatcher |
The dispatcher implementation for the WebDAV server
|
Properties
|
Improve this Doc
View Source
Body
Declaration
public Stream Body { get; }
Property Value
|
Improve this Doc
View Source
ContentType
Declaration
public string ContentType { get; set; }
Property Value
|
Improve this Doc
View Source
Dispatcher
Declaration
public IWebDavDispatcher Dispatcher { get; }
Property Value
Implements
|
Improve this Doc
View Source
Declaration
public IDictionary<string, string[]> Headers { get; }
Property Value
Methods
|
Improve this Doc
View Source
Load()
Declaration
[CanBeNull]
public XDocument Load()
Returns