send_credentials_async


Description:

public async bool send_credentials_async (Cancellable? cancellable = null) throws Error

Asynchronously send credentials.

For more details, see send_credentials which is the synchronous version of this call.

When the operation is finished, callback will be called. You can then call send_credentials_async.end to get the result of the operation.

Parameters:

this

A UnixConnection.

cancellable

optional Cancellable object, null to ignore.

callback

a TaskReadyCallback to call when the request is satisfied

user_data

the data to pass to callback function