DownloaderDownloadStream Method (String, Int32, NetworkCredential, String, DictionaryString, String, CookieContainer, DictionaryString, String, 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 Stream DownloadStream(
string url,
int timeout,
NetworkCredential credential,
string authorization,
Dictionary<string, string> args,
CookieContainer cookies,
Dictionary<string, string> headers,
out string mimetype,
out string error
)
Parameters
- url
- Type: SystemString
- timeout
- Type: SystemInt32
- credential
- Type: System.NetNetworkCredential
- authorization
- Type: SystemString
- args
- Type: System.Collections.GenericDictionaryString, String
- cookies
- Type: System.NetCookieContainer
- headers
- Type: System.Collections.GenericDictionaryString, String
- mimetype
- Type: SystemString
- error
- Type: SystemString
Return Value
Type:
Stream
See Also