C# 클래스 WebDav.UnlockParameters

Represents parameters for the UNLOCK WebDAV method.
파일 보기 프로젝트 열기: skazantsev/WebDavClient 1 사용 예제들

공개 메소드들

메소드 설명
UnlockParameters ( string lockToken ) : System.Threading

Initializes a new instance of the UnlockParameters class. The resource lock token.

메소드 상세

UnlockParameters() 공개 메소드

Initializes a new instance of the UnlockParameters class. The resource lock token.
public UnlockParameters ( string lockToken ) : System.Threading
lockToken string
리턴 System.Threading