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 | |
Definition at line 541 of file Hub.cs.
| DCPlusPlus.Hub.ChatLine.ChatLine | ( | string | username, | |
| string | message | |||
| ) |
| string DCPlusPlus.Hub.ChatLine.message = "" |
| string DCPlusPlus.Hub.ChatLine.username = "unknown" |
1.5.1-p1