BetterExplorer.Networks.PastebinClient.PastebinClient C# (CSharp) Метод

PastebinClient() публичный Метод

Creates a new PastebinSharp instance without logging in. Private posting is not allowed.
public PastebinClient ( ) : System
Результат System
		public PastebinClient() { UserKey = null; }

Same methods

PastebinClient::PastebinClient ( string Username, string Password ) : System