C# Класс helpmebot6.Commands.Whois

The whois.
Наследование: helpmebot6.Commands.GenericCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Whois ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Whois class.

Защищенные методы

Метод Описание
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

Приватные методы

Метод Описание
GetIPAddress ( ) : IPAddress

Описание методов

ExecuteCommand() защищенный Метод

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
Результат Helpmebot.CommandResponseHandler

Whois() публичный Метод

Initialises a new instance of the Whois class.
public Whois ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The command Service Helper. ///
Результат System