OwinWebSocketAdapter Clase

Definición

Adaptador webSocket de OWIN.

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
Herencia
OwinWebSocketAdapter

Constructores

OwinWebSocketAdapter(IDictionary<String,Object>, String)

Inicializa una nueva instancia de la clase OwinWebSocketAdapter.

Propiedades

CloseStatus
CloseStatusDescription
State
SubProtocol

Métodos

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

Se aplica a