C# web browser without browser class

ShaunNimra 1 Reputation point
2021-10-09T17:23:27.433+00:00

Can you guys help me to get code for my assignment
sending HTTP request messages for URLs typed by user.
Receiving HTTP response messages & display contents of the messages on the interface.
allowing user to create & edit HomePage URL, & should be loaded on startup.
allowing user to create a list of Favourite webpages.
Maintaining History.
FAvourites
GUI
DOwnload

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,238 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. P a u l 10,406 Reputation points
    2021-10-09T20:36:48.8+00:00

    One question regarding this:
    "Receiving HTTP response messages & display contents of the messages on the interface."

    If you're receiving a web page are you expected to render it like a typical web browser, or is it sufficient to just display the HTML to the screen?

    0 comments No comments

  2. Sam of Simple Samples 5,516 Reputation points
    2021-10-09T23:13:56.803+00:00

    Obviously your instructor at least gave you an idea of what to use to satisfy the assignment. What specific questions do you have? You are more likely to get help if you are more specific instead of hoping someone will do the entire class assignment for you.

    0 comments No comments