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

IWithServerNameIndication<ReturnT> 接口

定义

允许要求服务器名称指示 (SNI) 的定义阶段。

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

类型参数

ReturnT

定义的下一阶段。

派生

方法

WithoutServerNameIndication()

确保不需要服务器名称指示 (SNI) 。

WithServerNameIndication()

需要服务器名称指示 (SNI) 。

适用于