CommonWebSocket 类

定义

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
继承
CommonWebSocket

构造函数

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

属性

CloseStatus
CloseStatusDescription
State
SubProtocol

方法

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)

适用于