Exemplo n.º 1
0
 /// <summary>
 /// Releases any resources associated with the instance.
 /// </summary>
 public void Dispose()
 {
     if (SshProxy == null)
     {
         SshProxy.Dispose();
         SshProxy = null;
     }
 }