Javax.Net.Ssl.SSLSocket.Session Property
Returns the SSLSession for this connection.

Syntax

[get: Android.Runtime.Register("getSession", "()Ljavax/net/ssl/SSLSession;", "GetGetSessionHandler")]
public abstract ISSLSession Session { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the SSLSession for this connection. If necessary, a handshake will be initiated, in which case this method will block until the handshake has been established. If the handshake fails, an invalid session object will be returned.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1