Show / Hide Table of Contents

Class LoggingWebDavResponse

A IWebDavResponse implementation that buffers the output of a IWebDavResult

Inheritance
Object
LoggingWebDavResponse
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 LoggingWebDavResponse : IWebDavResponse

Constructors

| Improve this Doc View Source

LoggingWebDavResponse(IWebDavDispatcher)

Initializes a new instance of the LoggingWebDavResponse class.

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
Type Description
Stream
| Improve this Doc View Source

ContentType

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

Dispatcher

Declaration
public IWebDavDispatcher Dispatcher { get; }
Property Value
Type Description
IWebDavDispatcher
Implements
IWebDavResponse.Dispatcher
| Improve this Doc View Source

Headers

Declaration
public IDictionary<string, string[]> Headers { get; }
Property Value
Type Description
IDictionary<String, String[]>

Methods

| Improve this Doc View Source

Load()

Loads the Body into a XDocument

Declaration
[CanBeNull]
public XDocument Load()
Returns
Type Description
XDocument

The XDocument from the Body

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