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

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

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

Метод Описание
IsGdUrlShorteningService ( ILogger logger, IShortUrlCacheService shortUrlCacheService, BotConfiguration config ) : System

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, IShortUrlCacheService shortUrlCacheService, BotConfiguration config ) : System
logger ILogger /// The logger. ///
shortUrlCacheService IShortUrlCacheService /// The short url cache repository. ///
config BotConfiguration
Результат System