C# 클래스 Microsoft.DocAsCode.Build.Engine.XRefMapDownloader

파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
DownloadAsync ( Uri uri ) : Task

Download xref map file from uri (async).

UpdateHref ( XRefMap map, Uri uri ) : void
XRefMapDownloader ( string baseFolder = null, int maxParallelism = 0x10 ) : System

보호된 메소드들

메소드 설명
DownloadBySchemeAsync ( Uri uri ) : Task Support scheme: http, https, ftp, file, embedded.
DownloadFromLocal ( Uri uri ) : IXRefContainer
DownloadFromWebAsync ( Uri uri ) : Task

비공개 메소드들

메소드 설명
DownloadFromAssembly ( Uri uri ) : XRefMap
ReadLocalFile ( string filePath ) : IXRefContainer

메소드 상세

DownloadAsync() 공개 메소드

Download xref map file from uri (async).
public DownloadAsync ( Uri uri ) : Task
uri System.Uri The uri of xref map file.
리턴 Task

DownloadBySchemeAsync() 보호된 메소드

Support scheme: http, https, ftp, file, embedded.
protected DownloadBySchemeAsync ( Uri uri ) : Task
uri System.Uri
리턴 Task

DownloadFromLocal() 보호된 정적인 메소드

protected static DownloadFromLocal ( Uri uri ) : IXRefContainer
uri System.Uri
리턴 IXRefContainer

DownloadFromWebAsync() 보호된 정적인 메소드

protected static DownloadFromWebAsync ( Uri uri ) : Task
uri System.Uri
리턴 Task

UpdateHref() 공개 정적인 메소드

public static UpdateHref ( XRefMap map, Uri uri ) : void
map XRefMap
uri System.Uri
리턴 void

XRefMapDownloader() 공개 메소드

public XRefMapDownloader ( string baseFolder = null, int maxParallelism = 0x10 ) : System
baseFolder string
maxParallelism int
리턴 System