C# Класс WebDav.WebDavResponse

Represents a response of a WebDAV operation.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

WebDavResponse() публичный Метод

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

WebDavResponse() публичный Метод

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.