Class LockTokenHeader
The Lock-Token header
Inherited Members
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public class LockTokenHeader
Constructors
| Improve this Doc View SourceLockTokenHeader(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 SourceStateToken
Gets the lock token
Declaration
[NotNull]
public Uri StateToken { get; }
Property Value
| Type | Description |
|---|---|
| Uri |
Methods
| Improve this Doc View SourceParse(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 |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |