HttpRequestWrapper Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AcceptTypes | Gets an array of client-supported MIME accept types.(Overrides HttpRequestBase.AcceptTypes.) |
![]() | AnonymousID | Gets the anonymous identifier for the user, if it is available.(Overrides HttpRequestBase.AnonymousID.) |
![]() | ApplicationPath | Gets the virtual path of the root of the ASP.NET application on the server.(Overrides HttpRequestBase.ApplicationPath.) |
![]() | AppRelativeCurrentExecutionFilePath | Gets the virtual path of the application root and makes it relative by using the tilde (~) notation for the application root (as in "~/page.aspx").(Overrides HttpRequestBase.AppRelativeCurrentExecutionFilePath.) |
![]() | Browser | Gets information about the requesting client's browser capabilities.(Overrides HttpRequestBase.Browser.) |
![]() | ClientCertificate | Gets the current request's client security certificate.(Overrides HttpRequestBase.ClientCertificate.) |
![]() | ContentEncoding | Gets or sets the character set of the data that was provided by the client.(Overrides HttpRequestBase.ContentEncoding.) |
![]() | ContentLength | Gets the length, in bytes, of content that was sent by the client.(Overrides HttpRequestBase.ContentLength.) |
![]() | ContentType | Gets or sets the MIME content type of the request.(Overrides HttpRequestBase.ContentType.) |
![]() | Cookies | Gets the collection of cookies that were sent by the client.(Overrides HttpRequestBase.Cookies.) |
![]() | CurrentExecutionFilePath | Gets the virtual path of the current request.(Overrides HttpRequestBase.CurrentExecutionFilePath.) |
![]() | CurrentExecutionFilePathExtension | Gets the extension of the file name that is specified in the CurrentExecutionFilePath property.(Overrides HttpRequestBase.CurrentExecutionFilePathExtension.) |
![]() | FilePath | Gets the virtual path of the current request.(Overrides HttpRequestBase.FilePath.) |
![]() | Files | Gets the collection of files that were uploaded by the client, in multipart MIME format.(Overrides HttpRequestBase.Files.) |
![]() | Filter | Gets or sets the filter to use when the current input stream is being read.(Overrides HttpRequestBase.Filter.) |
![]() | Form | Gets the collection of form variables that were sent by the client.(Overrides HttpRequestBase.Form.) |
![]() | Headers | Gets the collection of HTTP headers that were sent by the client.(Overrides HttpRequestBase.Headers.) |
![]() | HttpChannelBinding | Gets the ChannelBinding object of the current HttpWorkerRequest instance.(Overrides HttpRequestBase.HttpChannelBinding.) |
![]() | HttpMethod | Gets the HTTP data-transfer method (such as GET, POST, or HEAD) that was used by the client.(Overrides HttpRequestBase.HttpMethod.) |
![]() | InputStream | Gets the contents of the incoming HTTP entity body.(Overrides HttpRequestBase.InputStream.) |
![]() | IsAuthenticated | Gets a value that indicates whether the request has been authenticated.(Overrides HttpRequestBase.IsAuthenticated.) |
![]() | IsLocal | Gets a value that indicates whether the request is from the local computer.(Overrides HttpRequestBase.IsLocal.) |
![]() | IsSecureConnection | Gets a value that indicates whether the HTTP connection uses secure sockets (HTTPS protocol).(Overrides HttpRequestBase.IsSecureConnection.) |
![]() | Item[String] | Gets the specified object from the Cookies, Form, QueryString, or ServerVariables collections.(Overrides HttpRequestBase.Item[String].) |
![]() | LogonUserIdentity | Gets the WindowsIdentity type for the current user.(Overrides HttpRequestBase.LogonUserIdentity.) |
![]() | Params | Gets a combined collection of QueryString, Form, ServerVariables, and Cookies items.(Overrides HttpRequestBase.Params.) |
![]() | Path | Gets the virtual path of the current request.(Overrides HttpRequestBase.Path.) |
![]() | PathInfo | Gets additional path information for a resource that has a URL extension.(Overrides HttpRequestBase.PathInfo.) |
![]() | PhysicalApplicationPath | Gets the physical file-system path of the current application's root directory.(Overrides HttpRequestBase.PhysicalApplicationPath.) |
![]() | PhysicalPath | Gets the physical file-system path of the requested resource.(Overrides HttpRequestBase.PhysicalPath.) |
![]() | QueryString | Gets the collection of HTTP query-string variables.(Overrides HttpRequestBase.QueryString.) |
![]() | RawUrl | Gets the complete URL of the current request.(Overrides HttpRequestBase.RawUrl.) |
![]() | ReadEntityBodyMode | Gets a value that indicates whether the request entity body has been read, and if so, how it was read.(Overrides HttpRequestBase.ReadEntityBodyMode.) |
![]() | RequestContext | Gets the RequestContext instance of the current request.(Overrides HttpRequestBase.RequestContext.) |
![]() | RequestType | Gets or sets the HTTP data-transfer method (GET or POST) that was used by the client.(Overrides HttpRequestBase.RequestType.) |
![]() | ServerVariables | Gets a collection of Web server variables.(Overrides HttpRequestBase.ServerVariables.) |
![]() | TimedOutToken | Gets a CancellationToken object that is tripped when a request times out.(Overrides HttpRequestBase.TimedOutToken.) |
![]() | TlsTokenBindingInfo | Gets the Tls token binding information.(Overrides HttpRequestBase.TlsTokenBindingInfo.) |
![]() | TotalBytes | Gets the number of bytes in the current input stream.(Overrides HttpRequestBase.TotalBytes.) |
![]() | Unvalidated | Gets an access to HTTP request values without triggering request validation.(Overrides HttpRequestBase.Unvalidated.) |
![]() | Url | Gets information about the URL of the current request.(Overrides HttpRequestBase.Url.) |
![]() | UrlReferrer | Gets information about the URL of the client request that linked to the current URL.(Overrides HttpRequestBase.UrlReferrer.) |
![]() | UserAgent | Gets the complete user-agent string of the client.(Overrides HttpRequestBase.UserAgent.) |
![]() | UserHostAddress | Gets the IP host address of the client.(Overrides HttpRequestBase.UserHostAddress.) |
![]() | UserHostName | Gets the DNS name of the client.(Overrides HttpRequestBase.UserHostName.) |
![]() | UserLanguages | Gets a sorted array of client language preferences.(Overrides HttpRequestBase.UserLanguages.) |
