Hi All,
I want to get value from the header.
Means when I pass the parameter from header, I need the value using key from the headers.
- WebClient webClient = new WebClient();
- webClient.QueryString.Add("param1", "value1");
- webClient.QueryString.Add("param2", "value2");
- string result = webClient.DownloadString("http://theurl.com");
Piyush PansuriyaPosted Oct 12, 2018, 7:39 AM
Ruchi SharavatPosted Oct 12, 2018, 7:43 AM
Rohan RamaniPosted Oct 12, 2018, 7:42 AM
Rohan RamaniPosted Oct 12, 2018, 7:39 AM
Ruchi SharavatPosted Oct 12, 2018, 7:37 AM
Rohan RamaniPosted Oct 12, 2018, 7:33 AM
Ruchi SharavatPosted Oct 12, 2018, 7:31 AM
If the header already exists:
if its a new header: