netDumbster.smtp.SimpleSmtpServer.SimpleSmtpServer C# (CSharp) Méthode

SimpleSmtpServer() private méthode

private SimpleSmtpServer ( Configuration configuration ) : System
configuration Configuration
Résultat System
        private SimpleSmtpServer(Configuration configuration)
        {
            this.Configuration = configuration;
            this.ServerReady = new AutoResetEvent(false);
        }

Same methods

SimpleSmtpServer::SimpleSmtpServer ( int port ) : System
SimpleSmtpServer::SimpleSmtpServer ( int port, bool useMessageStore ) : System