C# 클래스 WebDav.ProppatchResponse

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

공개 메소드들

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

Initializes a new instance of the ProppatchResponse class.

ProppatchResponse ( int statusCode, IEnumerable propertyStatuses ) : System.Collections.Generic

Initializes a new instance of the ProppatchResponse class.

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

Initializes a new instance of the ProppatchResponse class.

ProppatchResponse ( int statusCode, string description, IEnumerable propertyStatuses ) : System.Collections.Generic

Initializes a new instance of the ProppatchResponse class.

ToString ( ) : string

메소드 상세

ProppatchResponse() 공개 메소드

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

ProppatchResponse() 공개 메소드

Initializes a new instance of the ProppatchResponse class.
public ProppatchResponse ( int statusCode, IEnumerable propertyStatuses ) : System.Collections.Generic
statusCode int The status code of the response.
propertyStatuses IEnumerable The collection of property statuses.
리턴 System.Collections.Generic

ProppatchResponse() 공개 메소드

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

ProppatchResponse() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string