C# Class MahTweets.Services.LongUrlPleaseService

Inheritance: IUrlExpandService
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
ExpandUrl ( string shortUrl ) : Task
IsShortUrl ( string shortUrl ) : bool
LongUrlPleaseService ( ) : System

Private Methods

Méthode Description
GetLongUrlPleaseRequest ( IEnumerable shortUrls ) : string>>.Task
GetLongUrlPleaseUri ( IEnumerable shortUrls ) : Uri

Method Details

ExpandUrl() public méthode

public ExpandUrl ( string shortUrl ) : Task
shortUrl string
Résultat Task

IsShortUrl() public méthode

public IsShortUrl ( string shortUrl ) : bool
shortUrl string
Résultat bool

LongUrlPleaseService() public méthode

public LongUrlPleaseService ( ) : System
Résultat System