Пример #1
0
 public override void ProcessStartTlsCommand(StartTLSCommand cmd)
 {
     this.Session.AppendResponse(
         new ServerStatusResponse(cmd.Tag,
                                  ServerStatusResponseType.NO,
                                  "STARTTLS is unsupportted yet")
         );
 }
Пример #2
0
 public virtual void ProcessStartTlsCommand(StartTLSCommand cmd)
 {
     this.Session.AppendResponse(
         new ServerStatusResponse(cmd.Tag,
                                  ServerStatusResponseType.NO,
                                  "STARTTLS State Error")
         );
 }