Click or drag to resize

PredictionSupportFile Methods

The PredictionSupportFile type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Collection<PredictionSupportRecord>.)
Public methodClear (Inherited from Collection<PredictionSupportRecord>.)
Protected methodClearItems (Inherited from Collection<PredictionSupportRecord>.)
Public methodContains (Inherited from Collection<PredictionSupportRecord>.)
Public methodCopyTo (Inherited from Collection<PredictionSupportRecord>.)
Public methodStatic memberDownloadPredictionSupportFile(JulianDate)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a PredictionSupportFile. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadPredictionSupportFile(JulianDate, IWebProxy)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a PredictionSupportFile. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawPredictionSupportFile(JulianDate)
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.
Public methodStatic memberDownloadRawPredictionSupportFile(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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindRecordByPrn
Finds the prediction support record corresponding to a specified pseudo-random number (PRN).
Public methodGetEnumerator (Inherited from Collection<PredictionSupportRecord>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Collection<PredictionSupportRecord>.)
Public methodInsert (Inherited from Collection<PredictionSupportRecord>.)
Protected methodInsertItem (Inherited from Collection<PredictionSupportRecord>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom(Stream)
Reads a PredictionSupportFile in version 1 format from a stream.
Public methodStatic memberReadFrom(String)
Reads a PredictionSupportFile in version 1 format.
Public methodStatic memberReadFrom(TextReader)
Reads a PredictionSupportFile in version 1 format from a reader.
Public methodRemove (Inherited from Collection<PredictionSupportRecord>.)
Public methodRemoveAt (Inherited from Collection<PredictionSupportRecord>.)
Protected methodRemoveItem (Inherited from Collection<PredictionSupportRecord>.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from Collection<PredictionSupportRecord>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteToPsfVersion1
Write a PSF file in version 1 format.
Top
See Also