Table of Contents

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 Uri

The URI of the WebSocket endpoint.

Returns

Task