Guest User

Untitled

a guest
Feb 12th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. string requestUrl = System.Configuration.ConfigurationSettings.AppSettings.Get("RealEstateDataSystem")
  2. string username = "inmatat användarnamn";
  3. string password = "inmatat lösenord";
  4.  
  5. requestUrl = requestUrl.Replace("{username}", username).Replace("{password}", password)
  6.  
  7. HttpWebRequest myReq = (HttpWebRequest)WebRequest.Create(loginVerificationUrl);
Add Comment
Please, Sign In to add comment