Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WebDav
UriLockOwner
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