Show / Hide Table of Contents

Interface IWebDavResponse

Access to all elements that needs to be set during a WebDAV response

Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IWebDavResponse

Properties

| Improve this Doc View Source

Body

Gets the response body stream

Declaration
[NotNull]
Stream Body { get; }
Property Value
Type Description
Stream
| Improve this Doc View Source

ContentType

Gets or sets the content type

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

Dispatcher

Gets the dispatcher that handles all WebDAV requests

Declaration
[NotNull]
IWebDavDispatcher Dispatcher { get; }
Property Value
Type Description
IWebDavDispatcher
| Improve this Doc View Source

Headers

Gets the HTTP response headers

Declaration
[NotNull]
IDictionary<string, string[]> Headers { get; }
Property Value
Type Description
IDictionary<String, String[]>
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX