websocketConnectFinish
open fun websocketConnectFinish(result: <Error class: unknown class>): <Error class: unknown class><WebsocketConnection>
Gets the class@WebsocketConnection response to a method@Session.websocket_connect_async call.
If successful, returns a class@WebsocketConnection that can be used to communicate with the server.
Return
a new #SoupWebsocketConnection, or null on error.
Parameters
result
the #GAsyncResult passed to your callback