C# Class WebDav.ProppatchResponse

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

Méthodes publiques

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

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

ProppatchResponse() public méthode

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

ProppatchResponse() public méthode

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

ProppatchResponse() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string