C# Class WebDav.UriLockOwner

Represents a lock owner identified by URI.
Inheritance: LockOwner
显示文件 Open project: skazantsev/WebDavClient

Public Methods

Method Description
UriLockOwner ( string absoluteUri ) : System

Initializes a new instance of the UriLockOwner class.

Method Details

UriLockOwner() public method

Initializes a new instance of the UriLockOwner class.
The parameter uri should be a valid absolute uri.;absoluteUri
public UriLockOwner ( string absoluteUri ) : System
absoluteUri string The absolute URI.
return System