C# Class MahTweets.UrlShorteners.Bitly

Inheritance: IUrlShortener
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
Setup ( ) : void
Shorten ( String Url ) : Task
ShowSettings ( ) : void

Private Methods

Méthode Description
ShowSettings ( string Url ) : void
setupView_Closed ( BitlyLoginView view, String Url ) : Task

Method Details

Setup() public méthode

public Setup ( ) : void
Résultat void

Shorten() public méthode

public Shorten ( String Url ) : Task
Url String
Résultat Task

ShowSettings() public méthode

public ShowSettings ( ) : void
Résultat void