C# 클래스 SmtpServer.SmtpSessionContext

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

Private Properties

프로퍼티 타입 설명
SmtpSessionContext System.Net

공개 메소드들

메소드 설명
Quit ( ) : void

Indicates to the session that it should quit.

비공개 메소드들

메소드 설명
SmtpSessionContext ( ISmtpTransaction transaction, ISmtpStateMachine stateMachine, EndPoint remoteEndPoint ) : System.Net

Constructor.

메소드 상세

Quit() 공개 메소드

Indicates to the session that it should quit.
public Quit ( ) : void
리턴 void