BaseManager.

SetServer(string) Method

Summary

Set the IIS ServerManager
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseManager

Syntax

public void SetServer(string server)

Parameters

Name Type Description
server string The name of the server to connect to.

Return Value

Type Description
void