C# Class RumblePhotoGallery.Services.FlickrPhotoService

ファイルを表示 Open project: RumbleInc/RumblePhotoGallery

Public Methods

Method Description
GetPhotosByKeyword ( string keyword, PhotoSize photoSize, int resultsPerPage, int pageNumber ) : Task>

Private Methods

Method Description
GetHttpClient ( ) : HttpClient

Method Details

GetPhotosByKeyword() public method

public GetPhotosByKeyword ( string keyword, PhotoSize photoSize, int resultsPerPage, int pageNumber ) : Task>
keyword string
photoSize PhotoSize
resultsPerPage int
pageNumber int
return Task>