IStandingDataUpdaterProviderDownloadLines Method |
Downloads the content of a text file from the URL passed across.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string[] DownloadLines(
string url
)
Function DownloadLines (
url As String
) As String()
array<String^>^ DownloadLines(
String^ url
)
abstract DownloadLines :
url : string -> string[]
Parameters
- url
- Type: SystemString
Return Value
Type:
StringSee Also