- ConnectedClient
ConnectedClient
Namespace: Shared.Communication
Assembly: SharedLib
Represents a connected clientConstructors
#ctor(String,Net.Sockets.TcpClient) | Constructor |
Properties
ClientIP | Holds the client IP address |
RandomPassword | Random password used for encrypting/decrypting user details |
ClientID | Client ID for connection |
Client | TCP Connection |
ListenThread | Thread used to listen for messages from the client |
ConnectionStarted | Returns the time the client connected |
LastReceived | DateTime data was last received from the client |
LastSent | Indicates when data was last sent to the client |
LoggedIn | Indicates wether the client is logged in or not |
IgnoreBroadcastMessages | Indicates wether the client wants to ignore broadcast messages or not. |
BufferSize | Returns the buffer size specified by the client |
LoginName | Name of the logged in user/client |
UserData | User definded object for client |