OwinWebSocketAdapter Class

Definition

OWIN WebSocket adapter.

public ref class OwinWebSocketAdapter : System::Net::WebSockets::WebSocket
public class OwinWebSocketAdapter : System.Net.WebSockets.WebSocket
type OwinWebSocketAdapter = class
    inherit WebSocket
Public Class OwinWebSocketAdapter
Inherits WebSocket
Inheritance
OwinWebSocketAdapter

Constructors

OwinWebSocketAdapter(IDictionary<String,Object>, String)

Initializes a new instance of OwinWebSocketAdapter.

Properties

CloseStatus
CloseStatusDescription
State
SubProtocol

Methods

Abort()
CloseAsync(WebSocketCloseStatus, String, CancellationToken)
CloseOutputAsync(WebSocketCloseStatus, String, CancellationToken)
Dispose()
ReceiveAsync(ArraySegment<Byte>, CancellationToken)
SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken)

Applies to