Class OverwriteHeader
The Overwrite header specific parsing functions
Inherited Members
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class OverwriteHeader
Methods
| Improve this Doc View SourceParse(String)
Parses the header string to get the value of the Overwrite header
Declaration
public static bool ? Parse(string s)
Parameters
| Type | Name | Description |
|---|---|---|
| String | s | The header string to parse |
Returns
| Type | Description |
|---|---|
| Nullable<Boolean> | The value of the |