Click or drag to resize

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

Namespace:  Scilligence.MolEngine.Companion
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
)

Parameters

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

Return Value

Type: String
See Also