C# Class WebDav.ProppatchResponse

Represents a response of the PROPPATCH operation.
Inheritance: WebDavResponse
显示文件 Open project: skazantsev/WebDavClient

Public Methods

Method Description
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

Method Details

ProppatchResponse() public method

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

ProppatchResponse() public method

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.
return System.Collections.Generic

ProppatchResponse() public method

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.
return System.Collections.Generic

ProppatchResponse() public method

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.
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string