Click or drag to resize
IStandingDataUpdaterProvider.DownloadLines Method
Downloads the content of a text file from the URL passed across.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string[] DownloadLines(
	string url
)

Parameters

url
Type: System.String

Return Value

Type:String[]
See Also