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