C# 클래스 WebDav.LockResponse

Represents a response of the LOCK operation.
상속: WebDavResponse
파일 보기 프로젝트 열기: skazantsev/WebDavClient

공개 메소드들

메소드 설명
LockResponse ( int statusCode ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

LockResponse ( int statusCode, IEnumerable activeLocks ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

LockResponse ( int statusCode, string description ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

LockResponse ( int statusCode, string description, IEnumerable activeLocks ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

ToString ( ) : string

메소드 상세

LockResponse() 공개 메소드

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode ) : System.Collections.Generic
statusCode int The status code of the operation.
리턴 System.Collections.Generic

LockResponse() 공개 메소드

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode, IEnumerable activeLocks ) : System.Collections.Generic
statusCode int The status code of the response.
activeLocks IEnumerable The active locks of the resource.
리턴 System.Collections.Generic

LockResponse() 공개 메소드

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode, string description ) : System.Collections.Generic
statusCode int The status code of the response.
description string The description of the response.
리턴 System.Collections.Generic

LockResponse() 공개 메소드

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode, string description, IEnumerable activeLocks ) : System.Collections.Generic
statusCode int The status code of the response.
description string The description of the response.
activeLocks IEnumerable The active locks of the resource.
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string