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.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.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