Click or drag to resize

DownloaderDownloadString Method (String, Int32, NetworkCredential, DictionaryString, String, String)

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 string DownloadString(
	string url,
	int timeout,
	NetworkCredential credential,
	Dictionary<string, string> args,
	out string error
)

Parameters

url
Type: SystemString
timeout
Type: SystemInt32
credential
Type: System.NetNetworkCredential
args
Type: System.Collections.GenericDictionaryString, String
error
Type: SystemString

Return Value

Type: String
See Also