Show / Hide Table of Contents

Class IfHeader

Class that represents the HTTP If header

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

Properties

| Improve this Doc View Source

Lists

Gets all condition lists

Declaration
[NotNull]
[ItemNotNull]
public IReadOnlyCollection<IfHeaderList> Lists { get; }
Property Value
Type Description
IReadOnlyCollection<IfHeaderList>

Methods

| Improve this Doc View Source

Parse(String, EntityTagComparer, IWebDavContext)

Parses the text into a IfHeader

Declaration
[NotNull]
public static IfHeader Parse([NotNull] string s, [NotNull] EntityTagComparer etagComparer, [NotNull] IWebDavContext context)
Parameters
Type Name Description
String s

The text to parse

EntityTagComparer etagComparer

The comparer to use for entity tag comparison

IWebDavContext context

The WebDAV request context

Returns
Type Description
IfHeader

The new IfHeader

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