C# 클래스 WebDav.UriLockOwner

Represents a lock owner identified by URI.
상속: LockOwner
파일 보기 프로젝트 열기: skazantsev/WebDavClient

공개 메소드들

메소드 설명
UriLockOwner ( string absoluteUri ) : System

Initializes a new instance of the UriLockOwner class.

메소드 상세

UriLockOwner() 공개 메소드

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.
리턴 System