메소드 | 설명 | |
---|---|---|
EhloCommand ( string domainOrAddress, ISmtpServerOptions options ) : System.Collections.Generic |
Constructor.
|
|
ExecuteAsync ( ISmtpSessionContext context, |
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.
|
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 |
public ExecuteAsync ( ISmtpSessionContext context, |
||
context | ISmtpSessionContext | The execution context to operate on. |
cancellationToken | The cancellation token. | |
리턴 | Task |