Initializes a new instance of Pastebin(String) with the specified API key.
            
         
        Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
 Syntax
Syntaxpublic Pastebin(
	string apiKey
)
Public Sub New ( 
	apiKey As String
)
public:
Pastebin(
	String^ apiKey
)
new : 
        apiKey : string -> PastebinParameters
- apiKey
- Type: SystemString
 The API key to make requests with. An API key can be obtained by logging into pastebin.com and going to http://pastebin.com/api
 See Also
See Also