Method | Description | |
---|---|---|
Close ( ) : void | ||
Close ( int code ) : void | ||
Send ( byte message ) : void | ||
Send ( string message ) : void | ||
StartReceiving ( ) : void | ||
WebSocketConnection ( ISocket socket, Action |
Method | Description | |
---|---|---|
CloseSocket ( ) : void | ||
CreateHandler ( IEnumerable |
||
HandleReadError ( |
||
Read ( List |
||
SendBytes ( byte bytes, System.Action callback ) : void |
public WebSocketConnection ( ISocket socket, Action |
||
socket | ISocket | |
initialize | Action |
|
parseRequest | WebSocketHttpRequest>.Func | |
handlerFactory | IHandler>.Func | |
return | System |