Session.websocketConnectFinish

Gets the soup.websocket_connection.WebsocketConnection response to a soup.session.Session.websocketConnectAsync call.

If successful, returns a soup.websocket_connection.WebsocketConnection that can be used to communicate with the server.

Parameters

resultthe #GAsyncResult passed to your callback

Returns

a new #SoupWebsocketConnection, or

null on error.

Throws