C# Class Stumps.Web.ViewModules.DeleteWebsiteModule

A class that provides support for deleting a proxy server through the Stumps website.
Inheritance: Nancy.NancyModule
Mostrar archivo Open project: Cayan-LLC/stumps

Public Methods

Method Description
DeleteWebsiteModule ( IStumpsHost stumpsHost ) : System

Initializes a new instance of the T:Stumps.Web.ViewModules.DeleteWebsiteModule class.

Method Details

DeleteWebsiteModule() public method

Initializes a new instance of the T:Stumps.Web.ViewModules.DeleteWebsiteModule class.
is null.
public DeleteWebsiteModule ( IStumpsHost stumpsHost ) : System
stumpsHost IStumpsHost The used by the instance.
return System