OwinWebSocketAdapter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 适配器。 |