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.
SimpleWebSocketServerLibrary.WebSocketClientInfo Class Reference

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...
 

Detailed Description

Provides information about a connected client.

Definition at line 8 of file WebsocketClientInfo.cs.

Property Documentation

◆ client

TcpClient SimpleWebSocketServerLibrary.WebSocketClientInfo.client
getset

TcpClient containing the socket handler.

Definition at line 13 of file WebsocketClientInfo.cs.

◆ clientBaseUrl

string SimpleWebSocketServerLibrary.WebSocketClientInfo.clientBaseUrl
getset

BaseURL client used to connect to.

Definition at line 21 of file WebsocketClientInfo.cs.

◆ clientId

string SimpleWebSocketServerLibrary.WebSocketClientInfo.clientId
getset

ClientID generated by the server or set by the client.

Definition at line 17 of file WebsocketClientInfo.cs.


The documentation for this class was generated from the following file: