C# Class Microsoft.R.Components.Settings.Mirrors.CranMirrorList

Represents collection of CRAN mirrors. Default list is packaged as a CSV file in resources. Up to date list is downloaded and cached in TEMP folder when it is possible.
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Свойство Type Description
DownloadComplete EventHandler

Méthodes publiques

Méthode Description
Download ( ) : void

Initiates download of the CRAN mirror list fro the CRAN project site.

UrlFromName ( string name ) : string

Given CRAN mirror name returns its URL.

Private Methods

Méthode Description
OnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
ReadCsv ( string content ) : void

Method Details

Download() public static méthode

Initiates download of the CRAN mirror list fro the CRAN project site.
public static Download ( ) : void
Résultat void

UrlFromName() public static méthode

Given CRAN mirror name returns its URL.
public static UrlFromName ( string name ) : string
name string
Résultat string

Property Details

DownloadComplete public_oe static_oe property

public static EventHandler DownloadComplete
Résultat EventHandler