You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Creates a new websocket_client to connect to the specified uri.
298
+
/// Creates a new websocket_client.
288
299
/// </summary>
289
-
/// <param name="base_uri">A string representation of the base uri to be used for all messages. Must start with either "ws://" or "wss://"</param>
290
-
_ASYNCRTIMP websocket_client(web::uri base_uri);
300
+
_ASYNCRTIMP websocket_client();
291
301
292
302
/// <summary>
293
-
/// Creates a new websocket_client to connect to the specified uri.
303
+
/// Creates a new websocket_client.
294
304
/// </summary>
295
-
/// <param name="base_uri">A string representation of the base uri to be used for all requests. Must start with either "ws://" or "wss://"</param>
296
305
/// <param name="client_config">The client configuration object containing the possible configuration options to intitialize the <c>websocket_client</c>. </param>
0 commit comments