C# Class WebDav.LockResponse

Represents a response of the LOCK operation.
Inheritance: WebDavResponse
Afficher le fichier Open project: skazantsev/WebDavClient

Méthodes publiques

Méthode Description
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

Method Details

LockResponse() public méthode

Initializes a new instance of the LockResponse class.
public LockResponse ( int statusCode ) : System.Collections.Generic
statusCode int The status code of the operation.
Résultat System.Collections.Generic

LockResponse() public méthode

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.
Résultat System.Collections.Generic

LockResponse() public méthode

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.
Résultat System.Collections.Generic

LockResponse() public méthode

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.
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string