SatelliteOutageFileDownloadLatestRawSatelliteOutageFile Method |
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic static string DownloadLatestRawSatelliteOutageFile()
Public Shared Function DownloadLatestRawSatelliteOutageFile As String
public:
static String^ DownloadLatestRawSatelliteOutageFile()
static member DownloadLatestRawSatelliteOutageFile : unit -> string
Return Value
Type:
StringA string containing the contents of the Satellite Outage File returned from the server.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also