C# Class WebDav.DeleteParameters

Represents parameters for the DELETE WebDAV method.
Show file Open project: skazantsev/WebDavClient Class Usage Examples

Public Methods

Method Description
DeleteParameters ( ) : System.Threading

Initializes a new instance of the DeleteParameters class.

Method Details

DeleteParameters() public method

Initializes a new instance of the DeleteParameters class.
public DeleteParameters ( ) : System.Threading
return System.Threading