FtpsiteManager.

Using(ICakeEnvironment, ICakeLog, ServerManager) Method

Summary

Creates a new instance of the FtpsiteManager class.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
FtpsiteManager

Syntax

public static FtpsiteManager Using(ICakeEnvironment environment, ICakeLog log, ServerManager server)

Parameters

Name Type Description
environment ICakeEnvironment The environment.
log ICakeLog The log.
server ServerManager The Microsoft.Web.Administration.ServerManager to connect to.

Return Value

Type Description
FtpsiteManager a new instance of the FtpsiteManager.