Table of Contents

Method AcceptWebSocketAsync

Namespace
Sisk.Core.Http.Engine
Assembly
Sisk.Core.dll

AcceptWebSocketAsync(string?)

Accepts a WebSocket connection asynchronously.

public abstract 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.