OwinWebSocketAdapter 类

定义

OWIN WebSocket 适配器。

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
继承
OwinWebSocketAdapter

构造函数

OwinWebSocketAdapter(IDictionary<String,Object>, String)

初始化 OwinWebSocketAdapter 的新实例。

属性

CloseStatus

OWIN WebSocket 适配器。

CloseStatusDescription

OWIN WebSocket 适配器。

State

OWIN WebSocket 适配器。

SubProtocol

OWIN WebSocket 适配器。

方法

Abort()

OWIN WebSocket 适配器。

CloseAsync(WebSocketCloseStatus, String, CancellationToken)

OWIN WebSocket 适配器。

CloseOutputAsync(WebSocketCloseStatus, String, CancellationToken)

OWIN WebSocket 适配器。

Dispose()

OWIN WebSocket 适配器。

ReceiveAsync(ArraySegment<Byte>, CancellationToken)

OWIN WebSocket 适配器。

SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken)

OWIN WebSocket 适配器。

适用于