SemAlmanac.DownloadLatestAlmanac Method (IWebProxy) |
Downloads the latest almanac 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 SemAlmanac DownloadLatestAlmanac(
IWebProxy proxy
)
Public Shared Function DownloadLatestAlmanac (
proxy As IWebProxy
) As SemAlmanac
public:
static SemAlmanac^ DownloadLatestAlmanac(
IWebProxy^ proxy
)
static member DownloadLatestAlmanac :
proxy : IWebProxy -> SemAlmanac
Parameters
- proxy
- Type: System.Net.IWebProxy
Proxy to use when connecting.
Return Value
Type:
SemAlmanacA
SemAlmanac that contains data from the latest almanac.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also