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 アダプター。 |