SSLEngine.CloseOutbound 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.
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.