Exemplo n.º 1
0
 private void AuthCmd(EAuthMechanism authMech)
 {
     HandleCmd("AUTH " + authMech.ToString());
     SwitchCtrlToSSLMode();
 }
Exemplo n.º 2
0
 private void AuthCmd(EAuthMechanism authMech)
 {
     HandleCmd("AUTH " + authMech);
     SwitchCtrlToSslMode();
 }