SSLEngineResult.BytesConsumed Method

Definition

Returns the number of bytes consumed from the input buffer.

[Android.Runtime.Register("bytesConsumed", "()I", "")]
public int BytesConsumed ();
[<Android.Runtime.Register("bytesConsumed", "()I", "")>]
member this.BytesConsumed : unit -> int

Returns

the number of bytes consumed.

Attributes

Remarks

Returns the number of bytes consumed from the input buffer.

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

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