Click or drag to resize
SessionManagerDownloadFileFromWeb Method (String, Stream) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Downloads a file to a stream.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static bool DownloadFileFromWeb(
	string URL,
	ref Stream Stream
)

Parameters

URL
Type: SystemString
The URL of the file to download.
Stream
Type: System.IOStream
Will return a new stream object with the file contents.

Return Value

Type: Boolean
True if the file was downloaded.
Remarks