C# Класс SmtpServer.Protocol.HeloCommand

Наследование: SmtpCommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Execute the command.

HeloCommand ( string domain ) : System.Threading

Constructor.

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

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

Execute the command.
public ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task
context ISmtpSessionContext The execution context to operate on.
cancellationToken System.Threading.CancellationToken The cancellation token.
Результат Task

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

Constructor.
public HeloCommand ( string domain ) : System.Threading
domain string The domain name.
Результат System.Threading