Request basic information about a channel, i.e. number of visible users and topic.
Possible Errors
| Exception Type | Condition |
|---|---|
| ArgumentException | If any of the channels are not valid. |
//Make the request for a single channel
connection.Sender.List( "#test" );
//Make the request for several channels at once
connection.Sender.List( "#test","#alpha",#"bravo" );
Sender Class | Sharkbite.Irc Namespace | OnList