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
Specifies whether or not Server Name Indication (SNI) is required.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- BindingExtensions
Syntax
public static BindingSettings RequireServerNameIndication(this BindingSettings binding, bool requireServerNameIndication)
Parameters
Name | Type | Description |
---|---|---|
binding | BindingSettings | The binding. |
requireServerNameIndication | bool | Whether or not Server Name Indication should be required |
Return Value
Type | Description |
---|---|
BindingSettings | The same BindingSettings instance so that multiple calls can be chained. |