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