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 配接器。 |