|
SimpleWebSocketServer Library
v1.0.1
A simple to use websocket with a very easy way to get it to work, just requires four lines of code.
|
Provides information about a connected client. More...
Properties | |
| TcpClient | client [get, set] |
| TcpClient containing the socket handler. More... | |
| string | clientId [get, set] |
| ClientID generated by the server or set by the client. More... | |
| string | clientBaseUrl [get, set] |
| BaseURL client used to connect to. More... | |
Provides information about a connected client.
Definition at line 8 of file WebsocketClientInfo.cs.
|
getset |
TcpClient containing the socket handler.
Definition at line 13 of file WebsocketClientInfo.cs.
|
getset |
BaseURL client used to connect to.
Definition at line 21 of file WebsocketClientInfo.cs.
|
getset |
ClientID generated by the server or set by the client.
Definition at line 17 of file WebsocketClientInfo.cs.