C# 클래스 RadioDld.CachedWebClient

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

공개 메소드들

메소드 설명
DownloadData ( Uri uri, int fetchIntervalHrs, string userAgent ) : byte[]
DownloadString ( Uri uri, int fetchIntervalHrs, string userAgent ) : string
GetInstance ( ) : CachedWebClient

비공개 메소드들

메소드 설명
AddToHTTPCache ( Uri uri, bool requestSuccess, byte data ) : void
CachedWebClient ( ) : System
DatabasePath ( ) : string
DownloadData ( Uri uri, int fetchIntervalHrs ) : byte[]
DownloadString ( Uri uri, int fetchIntervalHrs ) : string
FetchDbConn ( ) : SQLiteConnection
GetHTTPCacheContent ( Uri uri, bool &requestSuccess ) : byte[]
GetHTTPCacheLastUpdate ( Uri uri ) : DateTime?

메소드 상세

DownloadData() 공개 메소드

public DownloadData ( Uri uri, int fetchIntervalHrs, string userAgent ) : byte[]
uri System.Uri
fetchIntervalHrs int
userAgent string
리턴 byte[]

DownloadString() 공개 메소드

public DownloadString ( Uri uri, int fetchIntervalHrs, string userAgent ) : string
uri System.Uri
fetchIntervalHrs int
userAgent string
리턴 string

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : CachedWebClient
리턴 CachedWebClient