Click or drag to resize

DownloaderDownloadJson Method (String, DictionaryString, Object, String, UploadedFiles, 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 Object DownloadJson(
	string url,
	Dictionary<string, Object> data,
	string raw,
	UploadedFiles attachments,
	string authorization,
	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
authorization
Type: SystemString
mimetype
Type: SystemString
timeout
Type: SystemInt32
err
Type: SystemString

Return Value

Type: Object
See Also