메소드 |
설명 |
|
GetWebSocketState ( WebSocket webSocket ) : WebSocketState |
|
|
IsClosedOrClosedSent ( WebSocket webSocket ) : bool |
|
|
IsFatalException ( Exception ex ) : bool |
|
|
ProcessWebSocketRequestAsync ( WebSocket webSocket, CancellationToken disconnectToken ) : Task |
|
|
ProcessWebSocketRequestAsync ( WebSocket webSocket, CancellationToken disconnectToken, Func messageRetriever, object state ) : Task |
|
|
SendAsync ( ArraySegment message, WebSocketMessageType messageType, bool endOfMessage = true ) : Task |
|
|
SendAsync ( string message ) : Task |
|
|