DCPlusPlus.Hub.ChatLine Class Reference

a single line of chat More...

List of all members.

Public Member Functions

 ChatLine (string username, string message)
 ChatLine Constructor.

Public Attributes

string message = ""
 the message body
string username = "unknown"
 the user who send the message


Detailed Description

a single line of chat

Definition at line 541 of file Hub.cs.


Constructor & Destructor Documentation

DCPlusPlus.Hub.ChatLine.ChatLine ( string  username,
string  message 
)

ChatLine Constructor.

Parameters:
username the user who send the message
message the message body

Definition at line 556 of file Hub.cs.

00557             {
00558                 this.username = username;
00559                 this.message = message;
00560             }


Member Data Documentation

string DCPlusPlus.Hub.ChatLine.message = ""

the message body

Definition at line 550 of file Hub.cs.

string DCPlusPlus.Hub.ChatLine.username = "unknown"

the user who send the message

Definition at line 546 of file Hub.cs.


The documentation for this class was generated from the following file:
Generated on Wed Mar 7 19:09:30 2007 for DCPlusPlus by  doxygen 1.5.1-p1