예제 #1
0
 public Server(IServerBehaviour behaviour)
 {
     Behaviour = behaviour;
 }
예제 #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;
 }
예제 #3
0
파일: Server.cs 프로젝트: hmoriya/smtp4dev
 public Server(IServerBehaviour behaviour)
 {
     Behaviour = behaviour;
 }