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

Shortens URLs
상속: Helpmebot.CoreServices.Services.UrlShortening.UrlShorteningServiceBase
파일 보기 프로젝트 열기: helpmebot/helpmebot

공개 메소드들

메소드 설명
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