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
Contains extension methods to configure bindings created by
BindingExtensions
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BindingExtensions"]
class Type type-node
Syntax
public static class BindingExtensions
Methods
Name | Value | Summary |
---|---|---|
Require |
BindingSettings |
Specifies whether or not Server Name Indication (SNI) is required.
static
|
SetCertificateHash |
BindingSettings |
Specifies the certificate has of the binding.
static
|
Set |
BindingSettings |
Specifies the certificate store name of the binding.
static
|
SetHostName |
BindingSettings |
Specifies the host name value of the binding.
static
|
SetIpAddress |
BindingSettings |
Specifies the IP Address value of the binding.
static
|
SetPort |
BindingSettings |
Specifies the port number of the binding.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|