Show / Hide Table of Contents

Class LockTokenHeader

The Lock-Token header

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

Constructors

| Improve this Doc View Source

LockTokenHeader(Uri)

Initializes a new instance of the LockTokenHeader class.

Declaration
public LockTokenHeader([NotNull] Uri stateToken)
Parameters
Type Name Description
Uri stateToken

The lock token

Properties

| Improve this Doc View Source

StateToken

Gets the lock token

Declaration
[NotNull]
public Uri StateToken { get; }
Property Value
Type Description
Uri

Methods

| Improve this Doc View Source

Parse(String)

Parses the header string to get a new instance of the LockTokenHeader class

Declaration
[NotNull]
public static LockTokenHeader Parse(string s)
Parameters
Type Name Description
String s

The header string to parse

Returns
Type Description
LockTokenHeader

The new instance of the LockTokenHeader class

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX