Свойство | Тип | Описание | |
---|---|---|---|
lastPeerMessageDict | ChatMessage>.Dictionary |
Метод | Описание | |
---|---|---|
AppendLineToChatHistory ( string message ) : void |
Append the provided message to the chat history text box.
|
|
ChatAppBase ( string name, ConnectionType connectionType ) : System |
Constructor for ChatAppBase
|
|
ClearChatHistory ( ) : void |
Clears the chat history
|
|
ClearInputLine ( ) : void |
Clears the input text box
|
|
PrintUsageInstructions ( ) : void |
Outputs the usage instructions to the chat window
|
|
RefreshNetworkCommsConfiguration ( ) : void |
Updates the configuration of this instance depending on set fields
|
|
SendMessage ( string stringToSend ) : void |
Send a message.
|
|
ShowMessage ( string message ) : void |
Show a message box as an alternative to writing to the chat history
|
Метод | Описание | |
---|---|---|
HandleIncomingChatMessage ( |
Performs whatever functions we might so desire when we receive an incoming ChatMessage
|
Метод | Описание | |
---|---|---|
HandleConnectionClosed ( Connection connection ) : void |
Performs whatever functions we might so desire when an existing connection is closed.
|
public abstract AppendLineToChatHistory ( string message ) : void | ||
message | string | Message to be appended |
Результат | void |
public ChatAppBase ( string name, ConnectionType connectionType ) : System | ||
name | string | |
connectionType | ConnectionType | |
Результат | System |
public abstract ClearChatHistory ( ) : void | ||
Результат | void |
public abstract ClearInputLine ( ) : void | ||
Результат | void |
protected HandleIncomingChatMessage ( |
||
header | The PacketHeader corresponding with the received object | |
connection | Connection | The Connection from which this object was received |
incomingMessage | The incoming ChatMessage we are after | |
Результат | void |
public RefreshNetworkCommsConfiguration ( ) : void | ||
Результат | void |
public SendMessage ( string stringToSend ) : void | ||
stringToSend | string | |
Результат | void |
public abstract ShowMessage ( string message ) : void | ||
message | string | Message to be output |
Результат | void |