SocketCallback


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate void SocketCallback (Socket sock, uint status)

The callback function passed to connect_async.

Parameters:

sock

the Socket

status

an HTTP status code indicating success or failure

user_data

the data passed to connect_async


Namespace: Soup
Package: libsoup-2.4