Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator HttpResponse(WebSocket)

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

WebSocketwebsocket The WebSocket implementation to use for the remainder of the connection.

Returns

An HttpResponseWebSocket object.