Exemple #1
0
 public Server(IServerBehaviour behaviour)
 {
     Behaviour = behaviour;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SmtpServer"/> class.
 /// </summary>
 /// <param name="behaviour">The behaviour<see cref="IServerBehaviour"/>.</param>
 public SmtpServer(IServerBehaviour behaviour)
 {
     this.Behaviour = behaviour;
 }
Exemple #3
0
 public Server(IServerBehaviour behaviour)
 {
     Behaviour = behaviour;
 }