C# 클래스 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.
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 프로퍼티들

프로퍼티 타입 설명
DownloadComplete EventHandler

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
ReadCsv ( string content ) : void

메소드 상세

Download() 공개 정적인 메소드

Initiates download of the CRAN mirror list fro the CRAN project site.
public static Download ( ) : void
리턴 void

UrlFromName() 공개 정적인 메소드

Given CRAN mirror name returns its URL.
public static UrlFromName ( string name ) : string
name string
리턴 string

프로퍼티 상세

DownloadComplete 공개적으로 정적으로 프로퍼티

public static EventHandler DownloadComplete
리턴 EventHandler