Click or drag to resize

DownloaderCreateProxy Method

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static WebProxy CreateProxy(
	string url,
	string username,
	string password
)

Parameters

url
Type: SystemString
username
Type: SystemString
password
Type: SystemString

Return Value

Type: WebProxy
See Also