SSLEngineResult.GetHandshakeStatus 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 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.