Compartilhar via


CommonWebSocket Classe

Definição

public ref class CommonWebSocket : System::Net::WebSockets::WebSocket
public class CommonWebSocket : System.Net.WebSockets.WebSocket
type CommonWebSocket = class
    inherit WebSocket
Public Class CommonWebSocket
Inherits WebSocket
Herança
CommonWebSocket

Construtores

CommonWebSocket(Stream, String, TimeSpan, Int32, Boolean, Boolean, Boolean)

Propriedades

CloseStatus
CloseStatusDescription
State
SubProtocol

Métodos

Abort()
CloseAsync(WebSocketCloseStatus, String, CancellationToken)
CloseOutputAsync(WebSocketCloseStatus, String, CancellationToken)
CreateClientWebSocket(Stream, String, TimeSpan, Int32, Boolean)
CreateServerWebSocket(Stream, String, TimeSpan, Int32)
Dispose()
ReceiveAsync(ArraySegment<Byte>, CancellationToken)
SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken)

Aplica-se a