Method ConnectAsync
- Namespace
- DSharpPlus.Net.WebSocket
- Assembly
- DSharpPlus.dll
ConnectAsync(Uri)
Connects to a specified remote WebSocket endpoint.
public Task ConnectAsync(Uri uri)
Parameters
uriUriThe URI of the WebSocket endpoint.
Connects to a specified remote WebSocket endpoint.
public Task ConnectAsync(Uri uri)
uri UriThe URI of the WebSocket endpoint.