Show / Hide Table of Contents

Class OverwriteHeader

The Overwrite header specific parsing functions

Inheritance
Object
OverwriteHeader
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 static class OverwriteHeader

Methods

| Improve this Doc View Source

Parse(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 Overwrite header

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