Request a list of all nicknames on a given channel.
Possible Errors
| Exception Type | Condition |
|---|---|
| ArgumentException | If any of the channels are not valid. |
//Make the request for a single channel
connection.Sender.Names( "#test" );
//Make the request for several channels at once
connection.Sender.Names( "#test","#alpha","#bravo" );
Sender Class | Sharkbite.Irc Namespace | OnNames