Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5959321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:40:06+00:00 2026-05-22T18:40:06+00:00

I am working in an application that creates online accounts(Let suppose Gmail) When user

  • 0

I am working in an application that creates online accounts(Let suppose Gmail)
When user run application i navigate the WebBrowser control to Url.User fill the registration form and complete the registration.
It is working fine up to here.
Now user want to use proxy to access that site.
What I want user sets proxy in another form and when he runs application his request is automatically handled by that proxy.
One solution is that I first navigate to proxy and then user enter his website and then navigate through that proxy server.
But I want that user dose not see proxy server web page and only sees the desire page accessed through proxy.

I read in a post that use WebRequest class to navigate to web site and set the proxy of my
request to desire proxy and then load WebBrowser with this response.
how to set WebBrowser proxy
How to load Webbrowser control with response?
Will this work as desired?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:40:06+00:00Added an answer on May 22, 2026 at 6:40 pm
     HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create("http://example.com");
     webRequest.Proxy = new WebProxy(host, port);
    
     HttpWebResponse response = (HttpWebResponse)webRequest.GetResponse();
     Stream receiveStream = response.GetResponseStream();
    
     WebBrowser webBrowser = new WebBrowser();
     webBrowser.DocumentStream = receiveStream;     
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web application. A user will create an email message that
I am working on .Net framework. I have created an application that creates a
I'm working on an application that is supposed to create products (like shipping insurance
I am working on an ASP.Net web application that must print dynamically created labels
We're working on an application that displays information through a Direct3D visualisation. A late
I am working on an application that installs a system wide keyboard hook. I
I am working on an application that is about 250,000 lines of code. I'm
I am working on an application that detects the most prominent rectangle in an
I'm working on an application that is implemented as an HTA. I have a
I'm working with an application that logs to Windows Application Log regularly (viewable through

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.