C# Класс WebDav.ProppatchResponse

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

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

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

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

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

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

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

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

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

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

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

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

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

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