A C# wrapper around the Pastebin API.
A C# wrapper around the Pastebin API.
Pastebin
Paste Class
Paste Methods
Delete Method
Paste
Delete Method
Deletes the current paste. Only available if the paste belongs to the currently logged in user.
Namespace:
Pastebin
Assembly:
Pastebin (in Pastebin.dll) Version: 1.0
Syntax
C#
VB
C++
F#
Copy
public
void
Delete
()
Public
Sub
Delete
public
:
void
Delete
()
member
Delete
:
unit
->
unit
Exceptions
Exception
Condition
WebException
Thrown when the underlying HTTP client encounters an error.
PastebinException
Thrown when a bad API request is made.
See Also
Reference
Paste Class
Pastebin Namespace