Click or drag to resize

DownloaderDownloadString Method (String, DictionaryString, Object, String, UploadedFiles, DictionaryString, String, String, Int32, 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,
	Dictionary<string, Object> data,
	string raw,
	UploadedFiles attachments,
	Dictionary<string, string> headers,
	string mimetype,
	int timeout,
	out string err
)

Parameters

url
Type: SystemString
data
Type: System.Collections.GenericDictionaryString, Object
raw
Type: SystemString
attachments
Type: Scilligence.MolEngine.WebUploadedFiles
headers
Type: System.Collections.GenericDictionaryString, String
mimetype
Type: SystemString
timeout
Type: SystemInt32
err
Type: SystemString

Return Value

Type: String
See Also