SSLEngineResult.BytesProduced Method

Definition

Returns the number of bytes written to the output buffer.

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

Returns

the number of bytes produced

Attributes

Remarks

Returns the number of bytes written to the output buffer.

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

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