C# Class WebDav.PropfindResponse

Represents a response of the PROPFIND operation.
Inheritance: WebDavResponse
Afficher le fichier Open project: skazantsev/WebDavClient

Méthodes publiques

Méthode 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 méthode

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

PropfindResponse() public méthode

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.
Résultat System.Collections.Generic

PropfindResponse() public méthode

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.
Résultat System.Collections.Generic

PropfindResponse() public méthode

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.
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string