C# 클래스 Helpmebot.Services.UrlShortening.IsGdUrlShorteningService

Shortens URLs
상속: UrlShorteningServiceBase
파일 보기 프로젝트 열기: helpmebot/helpmebot

공개 메소드들

메소드 설명
IsGdUrlShorteningService ( ILogger logger, IShortUrlCacheRepository shortUrlCacheRepository, IConfigurationHelper configurationHelper ) : System.IO

Initializes a new instance of the IsGdUrlShorteningService class.

보호된 메소드들

메소드 설명
GetShortUrl ( string longUrl ) : string

The get short url.

메소드 상세

GetShortUrl() 보호된 메소드

The get short url.
protected GetShortUrl ( string longUrl ) : string
longUrl string /// The long url. ///
리턴 string

IsGdUrlShorteningService() 공개 메소드

Initializes a new instance of the IsGdUrlShorteningService class.
public IsGdUrlShorteningService ( ILogger logger, IShortUrlCacheRepository shortUrlCacheRepository, IConfigurationHelper configurationHelper ) : System.IO
logger ILogger /// The logger. ///
shortUrlCacheRepository IShortUrlCacheRepository /// The short url cache repository. ///
configurationHelper IConfigurationHelper /// The configuration Helper. ///
리턴 System.IO