OwinWebSocketAdapter Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Adaptateur 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
- Héritage
-
OwinWebSocketAdapter
Constructeurs
OwinWebSocketAdapter(IDictionary<String,Object>, String) |
Initialise une nouvelle instance de OwinWebSocketAdapter. |
Propriétés
CloseStatus |
Adaptateur OWIN WebSocket. |
CloseStatusDescription |
Adaptateur OWIN WebSocket. |
State |
Adaptateur OWIN WebSocket. |
SubProtocol |
Adaptateur OWIN WebSocket. |
Méthodes
Abort() |
Adaptateur OWIN WebSocket. |
CloseAsync(WebSocketCloseStatus, String, CancellationToken) |
Adaptateur OWIN WebSocket. |
CloseOutputAsync(WebSocketCloseStatus, String, CancellationToken) |
Adaptateur OWIN WebSocket. |
Dispose() |
Adaptateur OWIN WebSocket. |
ReceiveAsync(ArraySegment<Byte>, CancellationToken) |
Adaptateur OWIN WebSocket. |
SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken) |
Adaptateur OWIN WebSocket. |