Click or drag to resize

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

public void SetProxyCredentials(
	string username,
	string password
)

Parameters

username
Type: System.String
Username
password
Type: System.String
Password
See Also