C# Класс WebDav.PropfindResponse

Represents a response of the PROPFIND operation.
Наследование: WebDavResponse
Показать файл Открыть проект

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

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

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

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

Initializes a new instance of the PropfindResponse class.
public PropfindResponse ( int statusCode ) : System.Collections.Generic
statusCode int The status code of the operation.
Результат System.Collections.Generic

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

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.
Результат System.Collections.Generic

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

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.
Результат System.Collections.Generic

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

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.
Результат System.Collections.Generic

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

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