C# Класс WebDav.LockResponse

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

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

Метод Описание
LockResponse ( int statusCode ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

LockResponse ( int statusCode, IEnumerable activeLocks ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

LockResponse ( int statusCode, string description ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

LockResponse ( int statusCode, string description, IEnumerable activeLocks ) : System.Collections.Generic

Initializes a new instance of the LockResponse class.

ToString ( ) : string

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

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

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

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

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode, IEnumerable activeLocks ) : System.Collections.Generic
statusCode int The status code of the response.
activeLocks IEnumerable The active locks of the resource.
Результат System.Collections.Generic

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

Initializes a new instance of the LockResponse class.
public LockResponse ( 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

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

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode, string description, IEnumerable activeLocks ) : System.Collections.Generic
statusCode int The status code of the response.
description string The description of the response.
activeLocks IEnumerable The active locks of the resource.
Результат System.Collections.Generic

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

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