다음을 통해 공유


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)

적용 대상