Declaration
public static implicit operator HttpResponse(
WebSocket websocket
)
Summary
Provides an implicit conversion from
WebSocket to
HttpResponse by
assuming no subprotocol and no extra HTTP response headers.
Parameters
WebSocket | websocket |
The WebSocket implementation to use for the remainder of the connection. |
Returns
An
HttpResponseWebSocket object.