 | CHTTPSetProxyCredentials Method |
Assigns the proxy username and password so that
user is not prompted when the first download fails
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetProxyCredentials(
string username,
string password
)
public void SetProxyCredentials(
string username,
string password
)
Public Sub SetProxyCredentials (
username As String,
password As String
)
Public Sub SetProxyCredentials (
username As String,
password As String
)
public:
void SetProxyCredentials(
String^ username,
String^ password
)
public:
void SetProxyCredentials(
String^ username,
String^ password
)
member SetProxyCredentials :
username : string *
password : string -> unit
member SetProxyCredentials :
username : string *
password : string -> unit
Parameters
- username
- Type: SystemString
Username - password
- Type: SystemString
Password
See Also