你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithServerNameIndication<ReturnT> Interface

Definition

The stage of a definition allowing to require server name indication (SNI).

public interface IWithServerNameIndication<ReturnT>
type IWithServerNameIndication<'ReturnT> = interface
Public Interface IWithServerNameIndication(Of ReturnT)

Type Parameters

ReturnT

The next stage of the definition.

Derived

Methods

WithoutServerNameIndication()

Ensures server name indication (SNI) is not required.

WithServerNameIndication()

Requires server name indication (SNI).

Applies to