C# 클래스 WebDav.PropfindResponse

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

공개 메소드들

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

Initializes a new instance of the PropfindResponse class.

PropfindResponse ( int statusCode, IEnumerable resources ) : System.Collections.Generic

Initializes a new instance of the PropfindResponse class.

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

Initializes a new instance of the PropfindResponse class.

PropfindResponse ( int statusCode, string description, IEnumerable resources ) : System.Collections.Generic

Initializes a new instance of the PropfindResponse class.

ToString ( ) : string

메소드 상세

PropfindResponse() 공개 메소드

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

PropfindResponse() 공개 메소드

Initializes a new instance of the PropfindResponse class.
public PropfindResponse ( int statusCode, IEnumerable resources ) : System.Collections.Generic
statusCode int The status code of the response.
resources IEnumerable The collection of WebDAV resources.
리턴 System.Collections.Generic

PropfindResponse() 공개 메소드

Initializes a new instance of the PropfindResponse class.
public PropfindResponse ( 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

PropfindResponse() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string