OwinWebSocketAdapter Sınıf

Tanım

OWIN WebSocket bağdaştırıcısı.

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
Devralma
OwinWebSocketAdapter

Oluşturucular

OwinWebSocketAdapter(IDictionary<String,Object>, String)

öğesinin yeni bir örneğini OwinWebSocketAdapterbaşlatır.

Özellikler

CloseStatus

OWIN WebSocket bağdaştırıcısı.

CloseStatusDescription

OWIN WebSocket bağdaştırıcısı.

State

OWIN WebSocket bağdaştırıcısı.

SubProtocol

OWIN WebSocket bağdaştırıcısı.

Yöntemler

Abort()

OWIN WebSocket bağdaştırıcısı.

CloseAsync(WebSocketCloseStatus, String, CancellationToken)

OWIN WebSocket bağdaştırıcısı.

CloseOutputAsync(WebSocketCloseStatus, String, CancellationToken)

OWIN WebSocket bağdaştırıcısı.

Dispose()

OWIN WebSocket bağdaştırıcısı.

ReceiveAsync(ArraySegment<Byte>, CancellationToken)

OWIN WebSocket bağdaştırıcısı.

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

OWIN WebSocket bağdaştırıcısı.

Şunlara uygulanır