| Pastebin Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
        Namespace: Pastebin
 Syntax
SyntaxThe Pastebin type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Pastebin | 
            Initializes a new instance of Pastebin(String) with the specified API key.
             | 
 Methods
Methods| 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.) | 
 Properties
Properties| 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.
             | 
 See Also
See Also