Пример #1
0
 /// <summary>
 /// Check if ktlstunnel process is still running.
 /// </summary>
 public void CheckTls()
 {
     if (!TunnelProcess.IsRunning())
     {
         throw new AnpException("Cannot establish connection");
     }
 }