DtlsConnection.shutdownAsync
void shutdownAsync(bool shutdownRead, bool shutdownWrite, int ioPriority, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Asynchronously shut down part or all of the DTLS connection. See [gio.dtls_connection.DtlsConnection.shutdown] for more information.
Parameters
shutdownRead | true to stop reception of incoming datagrams |
shutdownWrite | true to stop sending outgoing datagrams |
ioPriority | the [I/O priority][io-priority] of the request |
cancellable | a #GCancellable, or null |
callback | callback to call when the shutdown operation is complete |