SSLEngine.CloseOutbound Method

Definition

Signals that no more outbound application data will be sent on this SSLEngine.

[Android.Runtime.Register("closeOutbound", "()V", "GetCloseOutboundHandler")]
public abstract void CloseOutbound ();
[<Android.Runtime.Register("closeOutbound", "()V", "GetCloseOutboundHandler")>]
abstract member CloseOutbound : unit -> unit
Attributes

Remarks

Signals that no more outbound application data will be sent on this SSLEngine.

This method is idempotent: if the outbound side has already been closed, this method does not do anything.

#wrap(ByteBuffer, ByteBuffer) should be called to flush any remaining handshake data.

Java documentation for javax.net.ssl.SSLEngine.closeOutbound().

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