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.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void SetProxyCredentials(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
username
str2
Type: SystemString
password
See Also