C# 클래스 Smeedee.UnitTests.Services.FakeHttpFetcher

상속: IFetchHttp
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UrlAskedFor string

공개 메소드들

메소드 설명
DownloadString ( string url ) : string
FakeHttpFetcher ( string html ) : Smeedee.Services
SetHtmlString ( string html ) : void

메소드 상세

DownloadString() 공개 메소드

public DownloadString ( string url ) : string
url string
리턴 string

FakeHttpFetcher() 공개 메소드

public FakeHttpFetcher ( string html ) : Smeedee.Services
html string
리턴 Smeedee.Services

SetHtmlString() 공개 메소드

public SetHtmlString ( string html ) : void
html string
리턴 void

프로퍼티 상세

UrlAskedFor 공개적으로 프로퍼티

public string UrlAskedFor
리턴 string