OwinWebSocketAdapter Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Adattatore 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
- Ereditarietà
-
OwinWebSocketAdapter
Costruttori
OwinWebSocketAdapter(IDictionary<String,Object>, String) |
Inizializza una nuova istanza di OwinWebSocketAdapter. |
Proprietà
CloseStatus |
Adattatore OWIN WebSocket. |
CloseStatusDescription |
Adattatore OWIN WebSocket. |
State |
Adattatore OWIN WebSocket. |
SubProtocol |
Adattatore OWIN WebSocket. |
Metodi
Abort() |
Adattatore OWIN WebSocket. |
CloseAsync(WebSocketCloseStatus, String, CancellationToken) |
Adattatore OWIN WebSocket. |
CloseOutputAsync(WebSocketCloseStatus, String, CancellationToken) |
Adattatore OWIN WebSocket. |
Dispose() |
Adattatore OWIN WebSocket. |
ReceiveAsync(ArraySegment<Byte>, CancellationToken) |
Adattatore OWIN WebSocket. |
SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken) |
Adattatore OWIN WebSocket. |