CommonWebSocket Class

Definition

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
Inheritance
CommonWebSocket

Constructors

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

Properties

CloseStatus
CloseStatusDescription
State
SubProtocol

Methods

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)

Applies to