Click or drag to resize

DownloaderDownloadString Method (String, Int32, NetworkCredential)

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
)

Parameters

url
Type: SystemString
timeout
Type: SystemInt32
credential
Type: System.NetNetworkCredential

Return Value

Type: String
See Also