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

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

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

Метод Описание
EhloCommand ( string domainOrAddress, ISmtpServerOptions options ) : System.Collections.Generic

Constructor.

ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Execute the command.

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

Метод Описание
GetExtensions ( ISmtpSessionContext session ) : IEnumerable

Gets the list of extensions.

IsPlainLoginAllowed ( ISmtpSessionContext session ) : bool

Returns a value indicating whether or not plain login is allowed.

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

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

Constructor.
public EhloCommand ( string domainOrAddress, ISmtpServerOptions options ) : System.Collections.Generic
domainOrAddress string The domain name or address literal.
options ISmtpServerOptions The list of server options.
Результат System.Collections.Generic

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