C# Class IrcDotNet.IrcChannelListReceivedEventArgs

Provides data for the IrcClient.ChannelListReceived event.
Inheritance: System.EventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcChannelListReceivedEventArgs ( IList channels ) : System.Net.Security

Initializes a new instance of the IrcChannelListReceivedEventArgs class.

Method Details

IrcChannelListReceivedEventArgs() public method

Initializes a new instance of the IrcChannelListReceivedEventArgs class.
public IrcChannelListReceivedEventArgs ( IList channels ) : System.Net.Security
channels IList A list of information about the channels that was returned by the server.
return System.Net.Security