DownloaderDownloadString Method (String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, DictionaryString, String, String) |
Namespace:
Scilligence.MolEngine.Web
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic static string DownloadString(
string url,
int timeout,
NetworkCredential credential,
Dictionary<string, string> args,
CookieContainer cookies,
Dictionary<string, string> headers,
out string error
)
Parameters
- url
- Type: SystemString
- timeout
- Type: SystemInt32
- credential
- Type: System.NetNetworkCredential
- args
- Type: System.Collections.GenericDictionaryString, String
- cookies
- Type: System.NetCookieContainer
- headers
- Type: System.Collections.GenericDictionaryString, String
- error
- Type: SystemString
Return Value
Type:
String
See Also