次の方法で共有


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

適用対象