How to pass a cookies using webservice
Hi,I have webservice which should be called from C# Programming.
While calling the webservice i need to pass a Cookies along with it.
Kindly let me know if any coding is available for this.
Cookies.Header.Add(Cookiesvalue);
Cookies.Header.Add(Cookiesvalue);
Cookies.DownloadFile(new uri(URL)); // Error Unauthorized 401.