| Pastebin Class |
Namespace: Pastebin
The Pastebin type exposes the following members.
| Name | Description | |
|---|---|---|
| Pastebin |
Initializes a new instance of Pastebin(String) with the specified API key.
|
| Name | Description | |
|---|---|---|
| CreatePaste |
Creates a new anonymous paste. Private pastes are not allowed when pasting anonymously.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogIn |
Logs in to Pastebin and returns a User instance representing the logged in user.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ApiKey |
Gets the current API key to use in requests.
| |
| TrendingPastes |
Returns a collection of the current trending pastes.
| |
| User |
The currently logged in user.
|