handshake_async


Description:

public virtual async bool handshake_async (int io_priority = DEFAULT, Cancellable? cancellable = null) throws Error

Asynchronously performs a TLS handshake on this.

See handshake for more information.

Parameters:

this

a TlsConnection

io_priority

the I/O priority of the request

cancellable

a Cancellable, or null

callback

callback to call when the handshake is complete

user_data

the data to pass to the callback function