SSLEngineResult.GetHandshakeStatus Method

Definition

Gets the handshake status of this <code>SSLEngine</code> operation.

[Android.Runtime.Register("getHandshakeStatus", "()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;", "")]
public Javax.Net.Ssl.SSLEngineResult.HandshakeStatus? GetHandshakeStatus ();
[<Android.Runtime.Register("getHandshakeStatus", "()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;", "")>]
member this.GetHandshakeStatus : unit -> Javax.Net.Ssl.SSLEngineResult.HandshakeStatus

Returns

the handshake status

Attributes

Remarks

Java documentation for javax.net.ssl.SSLEngineResult.getHandshakeStatus().

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