Class IfHeader
Class that represents the HTTP If
header
Inherited Members
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public class IfHeader
Properties
| Improve this Doc View SourceLists
Gets all condition lists
Declaration
[NotNull]
[ItemNotNull]
public IReadOnlyCollection<IfHeaderList> Lists { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IfHeaderList> |
Methods
| Improve this Doc View SourceParse(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 |