GpsDataFile.DownloadAll Method (IWebProxy) |
Downloads and reads data for all GPS satellites from an AGI server.
This method connects via HTTPS to ftp.agi.com.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static List<GpsSatelliteInformation> DownloadAll(
IWebProxy proxy
)
Public Shared Function DownloadAll (
proxy As IWebProxy
) As List(Of GpsSatelliteInformation)
public:
static List<GpsSatelliteInformation^>^ DownloadAll(
IWebProxy^ proxy
)
static member DownloadAll :
proxy : IWebProxy -> List<GpsSatelliteInformation>
Parameters
- proxy
- Type: System.Net.IWebProxy
Proxy to use when connecting.
Return Value
Type:
List<GpsSatelliteInformation>A list of
GpsSatelliteInformation for all satellites in the file.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also