C# Class WebDav.PropfindResponse

Represents a response of the PROPFIND operation.
Inheritance: WebDavResponse
Mostra file Open project: skazantsev/WebDavClient

Public Methods

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

Method Details

PropfindResponse() public method

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

PropfindResponse() public method

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

PropfindResponse() public method

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

PropfindResponse() public method

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

ToString() public method

public ToString ( ) : string
return string