메소드 | 설명 | |
---|---|---|
DecompressionComplete ( string localPath ) : void | ||
DownloadComplete ( string localPath, bool requiresDecompression ) : void | ||
DownloadProgress ( int bytesDownloaded ) : void | ||
FoundSymbolInCache ( string localPath ) : void | ||
FoundSymbolOnPath ( string url ) : void | ||
ProbeFailed ( string url ) : void |
public DecompressionComplete ( string localPath ) : void | ||
localPath | string | |
리턴 | void |
public DownloadComplete ( string localPath, bool requiresDecompression ) : void | ||
localPath | string | |
requiresDecompression | bool | |
리턴 | void |
public DownloadProgress ( int bytesDownloaded ) : void | ||
bytesDownloaded | int | |
리턴 | void |
public FoundSymbolInCache ( string localPath ) : void | ||
localPath | string | |
리턴 | void |