Table of Contents

Method AcceptWebSocketAsync

Namespace
Sisk.Cadente.CoreEngine
Assembly
Sisk.Cadente.CoreEngine.dll

AcceptWebSocketAsync(string?)

Accepts a WebSocket connection asynchronously.

public override Task<HttpServerEngineWebSocket> AcceptWebSocketAsync(string? subProtocol)

Parameters

subProtocol string

The subprotocol to use for the WebSocket connection.

Returns

Task<HttpServerEngineWebSocket>

A Task<TResult> representing the asynchronous operation. The result contains the HttpServerEngineWebSocket.