EarthOrientationParametersFile.DownloadRawData Method (IWebProxy) |
Downloads the latest EOP file (EOP-v1.1.txt) 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.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static string DownloadRawData(
IWebProxy proxy
)
Public Shared Function DownloadRawData (
proxy As IWebProxy
) As String
public:
static String^ DownloadRawData(
IWebProxy^ proxy
)
static member DownloadRawData :
proxy : IWebProxy -> string
Parameters
- proxy
- Type: System.Net.IWebProxy
Proxy to use when connecting.
Return Value
Type:
StringA string containing the contents of the EOP returned from the server.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also