ExtendedSSLSession.RequestedServerNames Property

Definition

Obtains a List containing all SNIServerNames of the requested Server Name Indication (SNI) extension.

public virtual System.Collections.Generic.IList<Javax.Net.Ssl.SNIServerName>? RequestedServerNames { [Android.Runtime.Register("getRequestedServerNames", "()Ljava/util/List;", "GetGetRequestedServerNamesHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRequestedServerNames", "()Ljava/util/List;", "GetGetRequestedServerNamesHandler", ApiSince=24)>]
member this.RequestedServerNames : System.Collections.Generic.IList<Javax.Net.Ssl.SNIServerName>

Property Value

IList<SNIServerName>

a non-null immutable list of SNIServerNames of the requested server name indications. The returned list may be empty if no server name indications were requested.

Attributes

Remarks

Java documentation for javax.net.ssl.ExtendedSSLSession.getRequestedServerNames().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to