C# Class WebDav.WebDavResponse

Represents a response of a WebDAV operation.
Afficher le fichier Open project: skazantsev/WebDavClient

Méthodes publiques

Méthode Description
ToString ( ) : string
WebDavResponse ( int statusCode )

Initializes a new instance of the WebDavResponse class.

WebDavResponse ( int statusCode, string description )

Initializes a new instance of the WebDavResponse class.

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

WebDavResponse() public méthode

Initializes a new instance of the WebDavResponse class.
public WebDavResponse ( int statusCode )
statusCode int The status code of the operation.

WebDavResponse() public méthode

Initializes a new instance of the WebDavResponse class.
public WebDavResponse ( int statusCode, string description )
statusCode int The status code of the response.
description string The description of the response.