Click or drag to resize
Pastebin Constructor
Initializes a new instance of Pastebin(String) with the specified API key.

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public Pastebin(
	string apiKey
)

Parameters

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