PerformanceAssessmentFileDownloadRawPerformanceAssessmentFile Method (JulianDate, IWebProxy) |
Downloads the Performance Assessment 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: 24.2.419.0 (24.2.419.0)
Syntax public static string DownloadRawPerformanceAssessmentFile(
JulianDate dateOfPaf,
IWebProxy proxy
)
Public Shared Function DownloadRawPerformanceAssessmentFile (
dateOfPaf As JulianDate,
proxy As IWebProxy
) As String
public:
static String^ DownloadRawPerformanceAssessmentFile(
JulianDate dateOfPaf,
IWebProxy^ proxy
)
static member DownloadRawPerformanceAssessmentFile :
dateOfPaf : JulianDate *
proxy : IWebProxy -> string
Parameters
- dateOfPaf
- Type: AGI.Foundation.TimeJulianDate
Date for which the PerformanceAssessmentFile is needed. - proxy
- Type: System.NetIWebProxy
Proxy to use when connecting.
Return Value
Type:
StringA string containing the contents of the Performance Assessment File returned from the server.
Exceptions Remarks Note that an internet connection is required to use this method successfully.
See Also