Click or drag to resize
IStandingDataUpdaterProviderDownloadAndDecompressFile Method
Downloads the URL passed across to the file passed across, overwriting the file if it already exists.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void DownloadAndDecompressFile(
	string url,
	string temporaryFileName
)

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