Click or drag to resize

UtilsDownloadJson Method

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 Object DownloadJson(
	string url,
	Dictionary<string, Object> data,
	string authorization,
	string mimetype,
	int timeout,
	out string err
)

Parameters

url
Type: SystemString
data
Type: System.Collections.GenericDictionaryString, Object
authorization
Type: SystemString
mimetype
Type: SystemString
timeout
Type: SystemInt32
err
Type: SystemString

Return Value

Type: Object
See Also