PredictionSupportFileDownloadRawPredictionSupportFile Method (JulianDate, IWebProxy) | 
 
            Downloads the Prediction Support 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 DownloadRawPredictionSupportFile(
	JulianDate dateOfPsf,
	IWebProxy proxy
)
Public Shared Function DownloadRawPredictionSupportFile ( 
	dateOfPsf As JulianDate,
	proxy As IWebProxy
) As String
public:
static String^ DownloadRawPredictionSupportFile(
	JulianDate dateOfPsf, 
	IWebProxy^ proxy
)
static member DownloadRawPredictionSupportFile : 
        dateOfPsf : JulianDate * 
        proxy : IWebProxy -> string 
Parameters
- dateOfPsf
 - Type: AGI.Foundation.TimeJulianDate
Date for which the PredictionSupportFile is needed. - proxy
 - Type: System.NetIWebProxy
Proxy to use when connecting. 
Return Value
Type: 
String>A string containing the contents of the Prediction Support File returned from the server.
Exceptions
See Also