public ShrewConnection(ShrewCredentials credentials)
 {
     vpnClient                  = new ShrewClientService(credentials);
     this.networkHost           = GetShrewConfigLine("network-host", credentials.siteConfigPath);
     this.shuttingDown          = false;
     this.failedConnectAttempts = 0;
 }
Exemplo n.º 2
0
 public ShrewConnection(ShrewCredentials credentials)
 {
     vpnClient                  = new ShrewClientService(credentials);
     this.shuttingDown          = false;
     this.credentials           = credentials;
     this.failedConnectAttempts = 0;
 }