C# Class Smeedee.UnitTests.Services.FakeHttpFetcher

Inheritance: IFetchHttp
Afficher le fichier Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Méthodes publiques

Свойство Type Description
UrlAskedFor string

Méthodes publiques

Méthode Description
DownloadString ( string url ) : string
FakeHttpFetcher ( string html ) : Smeedee.Services
SetHtmlString ( string html ) : void

Method Details

DownloadString() public méthode

public DownloadString ( string url ) : string
url string
Résultat string

FakeHttpFetcher() public méthode

public FakeHttpFetcher ( string html ) : Smeedee.Services
html string
Résultat Smeedee.Services

SetHtmlString() public méthode

public SetHtmlString ( string html ) : void
html string
Résultat void

Property Details

UrlAskedFor public_oe property

public string UrlAskedFor
Résultat string