C# Class System.Net.Mail.Tests.SmtpServer

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Run ( ) : void
SmtpServer ( ) : System.Diagnostics
Stop ( ) : void

Private Methods

Méthode Description
Dispatch ( NetworkStream ns, StreamReader r, string s ) : bool
Trace ( string key, object value ) : void
WriteNS ( NetworkStream ns, string s ) : void

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

SmtpServer() public méthode

public SmtpServer ( ) : System.Diagnostics
Résultat System.Diagnostics

Stop() public méthode

public Stop ( ) : void
Résultat void