SSLEngineResult.GetStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.