protected virtual void SetProxyPassword(CredentialStack value) { CR.WaitOne(); try { fPrxyPsw = value; if (fPrxyPsw == null) { fThStack = null; } else { InitThread(); } } finally { CR.ReleaseMutex(); } }
public Chrome(MyCartesProcess owner) : base(owner) { fPrxyPsw = null; fSpanish = true; fIncognito = false; }