HttpClient

Is it possible to logon to a site using HttpClient from my application provided I give the useId and password via POST method? Is it possible to obtain the session variable this way? If so, can somebody post the code for this....
Thanks in advance
[256 byte] By [natraj81] at [2007-11-20 11:41:05]
# 1 Re: HttpClient
Not to my knowledge, but using the WebClient Class ( http://msdn2.microsoft.com/en-us/library/system.net.webclient(VS.80).aspx) could.
PeejAvery at 2007-11-9 11:54:08 >