The HttpRequest Class (Request Intrinsic Object)

When a client navigates to a web page on a web server, it is called a request because the user is technically requesting that the web server send the page to their browser for consumption. The Request object is used to get information from a web server and the client browser. Table B.10 describes the HttpRequest class properties.

Table B.10. HttpRequest Class Properties
Property Description
AcceptTypes Returns a string array of client-supported Multipurpose Internet Mail Extensions (MIME) accept types. This property is read-only.
ApplicationPath Returns the current application’s virtual directory path on the server.
Browser Provides information about incoming client’s browser capabilities.
ClientCertificate ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.