Class ChatUser
A ChatUser is a user of the chat system. It has a username and two endpoints, one for sending and one for receiving.
[Serializable]
public class ChatUser
- Inheritance
-
ChatUser
- Inherited Members
Constructors
ChatUser(string, string)
public ChatUser(string username, string password)
Parameters
Properties
Password
public string Password { get; set; }
Property Value
Username
public string Username { get; set; }