SatelliteOutageFileDownloadLatestRawSatelliteOutageFile Method (IWebProxy) |
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(
IWebProxy proxy
)
Public Shared Function DownloadLatestRawSatelliteOutageFile (
proxy As IWebProxy
) As String
public:
static String^ DownloadLatestRawSatelliteOutageFile(
IWebProxy^ proxy
)
static member DownloadLatestRawSatelliteOutageFile :
proxy : IWebProxy -> string
Parameters
- proxy
- Type: System.NetIWebProxy
Proxy to use when connecting.
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