IStandingDataUpdaterProviderDownloadAndDecompressFile Method |
Downloads the URL passed across to the file passed across, overwriting the file if it already exists.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void DownloadAndDecompressFile(
string url,
string temporaryFileName
)
Sub DownloadAndDecompressFile (
url As String,
temporaryFileName As String
)
void DownloadAndDecompressFile(
String^ url,
String^ temporaryFileName
)
abstract DownloadAndDecompressFile :
url : string *
temporaryFileName : string -> unit
Parameters
- url
- Type: SystemString
- temporaryFileName
- Type: SystemString
Remarks
The URL is assumed to be pointing to a GZIP format compressed source, the file written is the
decompressed version.
See Also