BindingSettings.

RequireServerNameIndication Property

Summary

Gets or sets whether or not this binding requires Server Name Indication (SNI).
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BindingSettings

Syntax

public bool RequireServerNameIndication { get; set; }

Remarks

This setting only has an effect on HTTPS bindings.

Value

Type Description
bool