BaseSiteManager.

AddBinding(string, BindingSettings) Method

Summary

Adds a binding to a IIS site
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseSiteManager

Syntax

public bool AddBinding(string siteName, BindingSettings settings)

Parameters

Name Type Description
siteName string The website name
settings BindingSettings The settings of the binding

Return Value

Type Description
bool If the binding was added.