C# Class IrcDotNet.IrcChannelInvitationEventArgs

Provides data for the IrcClient.PingReceived event.
Inheritance: IrcChannelEventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security

Initializes a new instance of the IrcChannelInvitationEventArgs class.

Method Details

IrcChannelInvitationEventArgs() public méthode

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.
Résultat System.Net.Security