GpsDataFile.DownloadRawFile Method (IWebProxy) |
Downloads the GPS data 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static string DownloadRawFile(
IWebProxy proxy
)
Public Shared Function DownloadRawFile (
proxy As IWebProxy
) As String
public:
static String^ DownloadRawFile(
IWebProxy^ proxy
)
static member DownloadRawFile :
proxy : IWebProxy -> string
Parameters
- proxy
- Type: System.Net.IWebProxy
Proxy to use when connecting.
Return Value
Type:
StringA string containing the contents of the GPS data file returned from the server.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also