C# Class MahTweets.Services.ManualLongUrlRetrieverService

Inheritance: IManualLongUrlRetrieverService
显示文件 Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

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

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