Click or drag to resize
CHTTPSetProxyCredentials Method
Assigns the proxy username and password so that user is not prompted when the first download fails

Available since Oasis montaj version: 7.2
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void SetProxyCredentials(
	string username,
	string password
)

Parameters

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