Click or drag to resize

JsonCallExternalAPIAsString Method

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 CallExternalAPIAsString(
	string url,
	DatabaseRow input,
	string rawdata,
	string mimetype,
	Dictionary<string, string> headers,
	out string error
)

Parameters

url
Type: SystemString
input
Type: Scilligence.MolEngine.CompanionDatabaseRow
rawdata
Type: SystemString
mimetype
Type: SystemString
headers
Type: System.Collections.GenericDictionaryString, String
error
Type: SystemString

Return Value

Type: String
See Also