Click or drag to resize

DownloaderSendWebRequest Method (String, Int32, ICredentials, DictionaryString, String, String, CookieContainer, String)

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

Parameters

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

Return Value

Type: WebResponse
See Also