Click or drag to resize

UtilsSendWebRequest Method (String, Int32, ICredentials, DictionaryString, Object, String, String, DictionaryString, String, CookieContainer, String)

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 WebResponse SendWebRequest(
	string url,
	int timeout,
	ICredentials credential,
	Dictionary<string, Object> args,
	string data,
	string contenttype,
	Dictionary<string, string> headers,
	CookieContainer cookies,
	out string error
)

Parameters

url
Type: SystemString
timeout
Type: SystemInt32
credential
Type: System.NetICredentials
args
Type: System.Collections.GenericDictionaryString, Object
data
Type: SystemString
contenttype
Type: SystemString
headers
Type: System.Collections.GenericDictionaryString, String
cookies
Type: System.NetCookieContainer
error
Type: SystemString

Return Value

Type: WebResponse
See Also