SSLParameters.SNIMatchers プロパティ

定義

Collectionサーバー名表示 (SNI) パラメーターのすべての SNIMatcherを含む を返します。何も設定されていない場合は null を返します。 または、サーバー名表示 (SNI) パラメーターの を設定 SNIMatcherします。

public System.Collections.Generic.ICollection<Javax.Net.Ssl.SNIMatcher>? SNIMatchers { [Android.Runtime.Register("getSNIMatchers", "()Ljava/util/Collection;", "", ApiSince=24)] get; [Android.Runtime.Register("setSNIMatchers", "(Ljava/util/Collection;)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getSNIMatchers", "()Ljava/util/Collection;", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setSNIMatchers", "(Ljava/util/Collection;)V", "", ApiSince=24)>]
member this.SNIMatchers : System.Collections.Generic.ICollection<Javax.Net.Ssl.SNIMatcher> with get, set

プロパティ値

null または null SNIMatcher以外の s の不変コレクション

属性

注釈

プロパティ getter のドキュメント:

の Java ドキュメント javax.net.ssl.SSLParameters.getSNIMatchers()

プロパティ セッターのドキュメント:

の Java ドキュメント javax.net.ssl.SSLParameters.setSNIMatchers(java.util.Collection<javax.net.ssl.SNIMatcher>)

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象