C# 클래스 MahTweets.Services.LongUrlPleaseService

상속: IUrlExpandService
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
ExpandUrl ( string shortUrl ) : Task
IsShortUrl ( string shortUrl ) : bool
LongUrlPleaseService ( ) : System

비공개 메소드들

메소드 설명
GetLongUrlPleaseRequest ( IEnumerable shortUrls ) : string>>.Task
GetLongUrlPleaseUri ( IEnumerable shortUrls ) : Uri

메소드 상세

ExpandUrl() 공개 메소드

public ExpandUrl ( string shortUrl ) : Task
shortUrl string
리턴 Task

IsShortUrl() 공개 메소드

public IsShortUrl ( string shortUrl ) : bool
shortUrl string
리턴 bool

LongUrlPleaseService() 공개 메소드

public LongUrlPleaseService ( ) : System
리턴 System