C# Class PastebinAPI.Pastebin

Afficher le fichier Open project: nikibobi/pastebin-csharp

Méthodes publiques

Méthode Description
ListTrendingPastes ( ) : IEnumerable

Lists the currently trending pastes

Login ( string username, string password ) : User

Log-in to Pastebin

Method Details

ListTrendingPastes() public static méthode

Lists the currently trending pastes
public static ListTrendingPastes ( ) : IEnumerable
Résultat IEnumerable

Login() public static méthode

Log-in to Pastebin
public static Login ( string username, string password ) : User
username string
password string
Résultat User