Delegate TrimmerServer.CommandHandler
Handler for custom commands (see AddCommand(String, TrimmerServer.CommandHandler)).
Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public delegate string CommandHandler(string command, string input);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | command | The name of the command received |
| System.String | input | Command arguments received |
Returns
| Type | Description |
|---|---|
| System.String | The reply send to the client |