C# Class WebDav.UnlockParameters

Represents parameters for the UNLOCK WebDAV method.
显示文件 Open project: skazantsev/WebDavClient Class Usage Examples

Public Methods

Method Description
UnlockParameters ( string lockToken ) : System.Threading

Initializes a new instance of the UnlockParameters class. The resource lock token.

Method Details

UnlockParameters() public method

Initializes a new instance of the UnlockParameters class. The resource lock token.
public UnlockParameters ( string lockToken ) : System.Threading
lockToken string
return System.Threading