Click to See Complete Forum and Search --> : WebResponse.GetResponseStream Method


jhoanofarch
May 23rd, 2007, 05:40 AM
is it possible to get the username and password or credention from this method
WebResponse.GetResponseStream?

If not is there a way i could get the credential (userid and password) i passed on webrequest.credential?

Thanks hope you could help me...

Thread1
May 24th, 2007, 01:33 AM
i don't think you can get it from the response. by the way, why are you looking for the user and password in the response when you had them in the first place when you sent the request?