SSLContextSpi.EngineGetClientSessionContext Method

Definition

Returns a client SSLSessionContext object for this context.

[Android.Runtime.Register("engineGetClientSessionContext", "()Ljavax/net/ssl/SSLSessionContext;", "GetEngineGetClientSessionContextHandler")]
protected abstract Javax.Net.Ssl.ISSLSessionContext? EngineGetClientSessionContext ();
[<Android.Runtime.Register("engineGetClientSessionContext", "()Ljavax/net/ssl/SSLSessionContext;", "GetEngineGetClientSessionContextHandler")>]
abstract member EngineGetClientSessionContext : unit -> Javax.Net.Ssl.ISSLSessionContext

Returns

the SSLSessionContext object

Attributes

Remarks

Returns a client SSLSessionContext object for this context.

Java documentation for javax.net.ssl.SSLContextSpi.engineGetClientSessionContext().

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