SSLEngineResult.GetStatus Method

Definition

Gets the return value of this <code>SSLEngine</code> operation.

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

Returns

the return value

Attributes

Remarks

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

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