Request certain kinds of statistics about the current server.
Possible Errors
| Exception Type | Condition |
|---|---|
| ArgumentException | If the target server name is too long. |
//Request list of Operators from the server 'irc.gnome.org'
connection.Sender.Stats( StatsQuery.Operators, "irc.gnome.org" );
Sender Class | Sharkbite.Irc Namespace | Sender.Stats Overload List | OnStats