mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-17 07:09:21 +01:00
Proxy Bugfixed and working.
This commit is contained in:
parent
a078b06732
commit
36b95c889c
@ -776,7 +776,7 @@ namespace NUS_Downloader
|
|||||||
NetworkCredential cred = new NetworkCredential();
|
NetworkCredential cred = new NetworkCredential();
|
||||||
cred.UserName = proxy_usr;
|
cred.UserName = proxy_usr;
|
||||||
|
|
||||||
if (String.IsNullOrEmpty(proxy_pwd))
|
if (!(String.IsNullOrEmpty(proxy_pwd)))
|
||||||
cred.Password = proxy_pwd;
|
cred.Password = proxy_pwd;
|
||||||
|
|
||||||
customproxy.Credentials = cred;
|
customproxy.Credentials = cred;
|
||||||
@ -1471,6 +1471,7 @@ namespace NUS_Downloader
|
|||||||
WriteStatus(" * Anyone who helped beta test on GBATemp!");
|
WriteStatus(" * Anyone who helped beta test on GBATemp!");
|
||||||
WriteStatus(" * Famfamfam for the Silk Icon Set.");
|
WriteStatus(" * Famfamfam for the Silk Icon Set.");
|
||||||
WriteStatus(" * Wyatt O'Day for the Windows7ProgressBar Control.");
|
WriteStatus(" * Wyatt O'Day for the Windows7ProgressBar Control.");
|
||||||
|
WriteStatus(" * Napo7 for testing proxy usage.");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void packbox_CheckedChanged(object sender, EventArgs e)
|
private void packbox_CheckedChanged(object sender, EventArgs e)
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<UpdateRequired>false</UpdateRequired>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ApplicationRevision>9</ApplicationRevision>
|
<ApplicationRevision>10</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
|
Loading…
Reference in New Issue
Block a user