Many issues to address in your question: 1. Yes, you can, but I can see no use for it. The WebBrowser is a control (visual representation), not just a component. I find it difficult to understand what you are trying to accomplish with a WebBrowser.
2. Why are you unable to use HttpWebRequest? What is the relevance of a Cookie in a Webservice, given that the former is a Client side object and the latter is an exclusively server side service ? 3. System.Windows.Forms.dll is installed as part of the .NET framework. It should be there on your server if you have .NET installed. On Mar 30, 8:34 pm, Alcibiade <[email protected]> wrote: > Hi, can I use a webrowser in my webservice code ? > I need to use cookie and https and I'm not able to use httpwebrequest > so I wanna use webbrowser control..... > Can I do it? If on my server there is not system.windows.forms.dll can > I add it ? > Thanks
