C# 클래스 SmtpServer.SmtpSession

파일 보기 프로젝트 열기: cosullivan/SmtpServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OuputErrorMessageAsync Task
OutputGreetingAsync Task
RunAsync Task
SmtpSession System.Net.Sockets

공개 메소드들

메소드 설명
Run ( CancellationToken cancellationToken ) : void

Executes the session.

비공개 메소드들

메소드 설명
OuputErrorMessageAsync ( SmtpResponse errorResponse, CancellationToken cancellationToken ) : Task

Output the error message.

OutputGreetingAsync ( CancellationToken cancellationToken ) : Task

Output the greeting.

RunAsync ( CancellationToken cancellationToken ) : Task

Handles the SMTP session.

SmtpSession ( ISmtpServerOptions options, TcpClient tcpClient, SmtpStateMachine stateMachine ) : System.Net.Sockets

Constructor.

메소드 상세

Run() 공개 메소드

Executes the session.
public Run ( CancellationToken cancellationToken ) : void
cancellationToken System.Threading.CancellationToken The cancellation token.
리턴 void