Function connectWebSocket
Returns a WebSocket
client object that is connected to the specified host.
Prototypes
WebSocket connectWebSocket(
URL url,
HTTPClientSettings settings = defaultSettings
);
void connectWebSocket(
URL url,
scope void delegate(scope WebSocket) del,
HTTPClientSettings settings = defaultSettings
);
Authors
Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.