C# Класс Helpmebot.Services.UrlShortening.IsGdUrlShorteningService

Shortens URLs
Наследование: UrlShorteningServiceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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