This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Creates a IIS ServerManager
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- BaseManager
Syntax
public static ServerManager Connect(string server)
Parameters
Name | Type | Description |
---|---|---|
server | string | The name of the server to connect to. |
Return Value
Type | Description |
---|---|
ServerManager | IIS ServerManager. |