WebSocketClient.ConnectAsync(Uri, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Establishes a WebSocket connection to an endpoint.
public:
System::Threading::Tasks::Task<System::Net::WebSockets::WebSocket ^> ^ ConnectAsync(Uri ^ uri, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Net.WebSockets.WebSocket> ConnectAsync (Uri uri, System.Threading.CancellationToken cancellationToken);
member this.ConnectAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.WebSockets.WebSocket>
Public Function ConnectAsync (uri As Uri, cancellationToken As CancellationToken) As Task(Of WebSocket)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken used to terminate the connection.