C# 클래스 PastebinAPI.Pastebin

파일 보기 프로젝트 열기: nikibobi/pastebin-csharp

공개 메소드들

메소드 설명
ListTrendingPastes ( ) : IEnumerable

Lists the currently trending pastes

Login ( string username, string password ) : User

Log-in to Pastebin

메소드 상세

ListTrendingPastes() 공개 정적인 메소드

Lists the currently trending pastes
public static ListTrendingPastes ( ) : IEnumerable
리턴 IEnumerable

Login() 공개 정적인 메소드

Log-in to Pastebin
public static Login ( string username, string password ) : User
username string
password string
리턴 User