C# Class IrcDotNet.IrcChannelInvitationEventArgs

Provides data for the IrcClient.PingReceived event.
Inheritance: IrcChannelEventArgs
Datei anzeigen Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security

Initializes a new instance of the IrcChannelInvitationEventArgs class.

Method Details

IrcChannelInvitationEventArgs() public method

Initializes a new instance of the IrcChannelInvitationEventArgs class.
public IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security
channel IrcChannel The channel to which the recipient user is invited.
inviter IrcUser The user inviting the recipient user to the channel.
return System.Net.Security