Click or drag to resize

JsonCallDownloadString Method

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static string DownloadString(
	string url,
	int timeout,
	string data,
	string mimetype,
	CookieContainer cookies,
	Dictionary<string, string> headers,
	out string error
)

Parameters

url
Type: SystemString
timeout
Type: SystemInt32
data
Type: SystemString
mimetype
Type: SystemString
cookies
Type: System.NetCookieContainer
headers
Type: System.Collections.GenericDictionaryString, String
error
Type: SystemString

Return Value

Type: String
See Also