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
Add site binding to remote IIS.
Syntax
public static void AddBinding(this ICakeContext context, string server, string siteName, BindingSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
server |
string |
The remote server name. |
siteName |
string |
The site name. |
settings |
BindingSettings |
The binding settings. |
Return Value