Click or drag to resize

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
Syntax
public void SetProxyCredentials(
	string username,
	string password
)

public void SetProxyCredentials(
	string username,
	string password
)

Parameters

username
Type: SystemString
Username
password
Type: SystemString
Password
See Also