C# Class MahTweets.Services.LongUrlPleaseService

Inheritance: IUrlExpandService
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
ExpandUrl ( string shortUrl ) : Task
IsShortUrl ( string shortUrl ) : bool
LongUrlPleaseService ( ) : System

Private Methods

Method Description
GetLongUrlPleaseRequest ( IEnumerable shortUrls ) : string>>.Task
GetLongUrlPleaseUri ( IEnumerable shortUrls ) : Uri

Method Details

ExpandUrl() public method

public ExpandUrl ( string shortUrl ) : Task
shortUrl string
return Task

IsShortUrl() public method

public IsShortUrl ( string shortUrl ) : bool
shortUrl string
return bool

LongUrlPleaseService() public method

public LongUrlPleaseService ( ) : System
return System