C# 클래스 System.Net.Mail.Tests.SmtpServer

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

공개 메소드들

메소드 설명
Run ( ) : void
SmtpServer ( ) : System.Diagnostics
Stop ( ) : void

비공개 메소드들

메소드 설명
Dispatch ( NetworkStream ns, StreamReader r, string s ) : bool
Trace ( string key, object value ) : void
WriteNS ( NetworkStream ns, string s ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

SmtpServer() 공개 메소드

public SmtpServer ( ) : System.Diagnostics
리턴 System.Diagnostics

Stop() 공개 메소드

public Stop ( ) : void
리턴 void