C# Class IrcD.Commands.Pong

Inheritance: CommandBase
Afficher le fichier Open project: FreeApophis/ircddotnet

Méthodes publiques

Méthode Description
Pong ( IrcDaemon ircDaemon ) : System.Collections.Generic

Méthodes protégées

Méthode Description
PrivateHandle ( UserInfo info, List args ) : void
PrivateSend ( CommandArgument commandArgument ) : int

Method Details

Pong() public méthode

public Pong ( IrcDaemon ircDaemon ) : System.Collections.Generic
ircDaemon IrcDaemon
Résultat System.Collections.Generic

PrivateHandle() protected méthode

protected PrivateHandle ( UserInfo info, List args ) : void
info UserInfo
args List
Résultat void

PrivateSend() protected méthode

protected PrivateSend ( CommandArgument commandArgument ) : int
commandArgument IrcD.Commands.Arguments.CommandArgument
Résultat int