Javax.Net.Ssl.SSLEngineResult Members

The members of Javax.Net.Ssl.SSLEngineResult are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new SSLEngineResult instance with the specified state values.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

BytesConsumed() : int
Returns the number of bytes retrieved from the source buffer(s).
BytesProduced() : int
Returns the number of bytes transferred to the destination buffer(s).
GetHandshakeStatus() : SSLEngineResult.HandshakeStatus
Returns the status of the current handshake.
GetStatus() : SSLEngineResult.Status
Returns the return value of the SSLEngine operation.