Show / Hide Table of Contents

Interface IWebDavRequestHeaders

Interface for the access to the request headers

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

Properties

| Improve this Doc View Source

Depth

Gets the Depth header

Declaration
DepthHeader? Depth { get; }
Property Value
Type Description
Nullable<DepthHeader>
| Improve this Doc View Source

Headers

Gets all headers

Declaration
[NotNull]
IReadOnlyDictionary<string, IReadOnlyCollection<string>> Headers { get; }
Property Value
Type Description
IReadOnlyDictionary<String, IReadOnlyCollection<String>>
| Improve this Doc View Source

If

Gets the If header

Declaration
[CanBeNull]
IfHeader If { get; }
Property Value
Type Description
IfHeader
| Improve this Doc View Source

IfMatch

Gets the If-Match header

Declaration
[CanBeNull]
IfMatchHeader IfMatch { get; }
Property Value
Type Description
IfMatchHeader
| Improve this Doc View Source

IfModifiedSince

Gets the If-Modified-Since header

Declaration
[CanBeNull]
IfModifiedSinceHeader IfModifiedSince { get; }
Property Value
Type Description
IfModifiedSinceHeader
| Improve this Doc View Source

IfNoneMatch

Gets the If-None-Match header

Declaration
[CanBeNull]
IfNoneMatchHeader IfNoneMatch { get; }
Property Value
Type Description
IfNoneMatchHeader
| Improve this Doc View Source

IfUnmodifiedSince

Gets the If-Unmodified-Since header

Declaration
[CanBeNull]
IfUnmodifiedSinceHeader IfUnmodifiedSince { get; }
Property Value
Type Description
IfUnmodifiedSinceHeader
| Improve this Doc View Source

Item[String]

Gets a headers values by name

Declaration
[NotNull]
[ItemNotNull]
IReadOnlyCollection<string> this[string name] { get; }
Parameters
Type Name Description
String name

The name of the header

Property Value
Type Description
IReadOnlyCollection<String>

The header values

| Improve this Doc View Source

Overwrite

Gets the value of the Overwrite (OverwriteHeader) header

Declaration
bool ? Overwrite { get; }
Property Value
Type Description
Nullable<Boolean>
| Improve this Doc View Source

Range

Gets the Range header

Declaration
[CanBeNull]
RangeHeader Range { get; }
Property Value
Type Description
RangeHeader
| Improve this Doc View Source

Timeout

Gets the Timeout header

Declaration
[CanBeNull]
TimeoutHeader Timeout { get; }
Property Value
Type Description
TimeoutHeader
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX