次の方法で共有


IWithServerNameIndication<ReturnT> インターフェイス

定義

サーバー名表示 (SNI) を要求できる定義のステージ。

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

型パラメーター

ReturnT

定義の次のステージ。

派生

メソッド

WithoutServerNameIndication()

サーバー名表示 (SNI) が必要ないことを確認します。

WithServerNameIndication()

サーバー名の表示 (SNI) が必要です。

適用対象