CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    47

    WebResponse.GetResponseStream Method

    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...

  2. #2
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487

    Re: WebResponse.GetResponseStream Method

    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?
    Busy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured