Table of Contents

Class ChatUser

Namespace
UdpChat.Lib.ChatUser
Assembly
UdpChat.Lib.dll

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

username string
password string

Properties

Password

public string Password { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string