Click or drag to resize

JsonCallDownloadJson Method (String, DictionaryString, Object, String, String, String)

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static Object DownloadJson(
	string url,
	Dictionary<string, Object> data,
	string mimetype,
	string authorization,
	out string error
)

Parameters

url
Type: SystemString
data
Type: System.Collections.GenericDictionaryString, Object
mimetype
Type: SystemString
authorization
Type: SystemString
error
Type: SystemString

Return Value

Type: Object
See Also