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