Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var url = "https://hook.io/supikoiraa/login?username=" + username + "&password=" + password;
  2. string urlData = String.Empty;
  3. WebClient wc = new WebClient();
  4. urlData = wc.DownloadString(url);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement