|
| Name | Description |
|---|
.gif) | AcceptTypes | Gets a string array of client-supported MIME accept types. |
.gif) | AnonymousID | Gets the anonymous identifier for the user, if present. |
.gif) | ApplicationPath | Gets the ASP.NET application's virtual application root path on the server. |
.gif) | 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"). |
.gif) | Browser | Gets or sets information about the requesting client's browser capabilities. |
.gif) | ClientCertificate | Gets the current request's client security certificate. |
.gif) | ContentEncoding | Gets or sets the character set of the entity-body. |
.gif) | ContentLength | Specifies the length, in bytes, of content sent by the client. |
.gif) | ContentType | Gets or sets the MIME content type of the incoming request. |
.gif) | Cookies | Gets a collection of cookies sent by the client. |
.gif) | CurrentExecutionFilePath | Gets the virtual path of the current request. |
.gif) | FilePath | Gets the virtual path of the current request. |
.gif) | Files | Gets the collection of files uploaded by the client, in multipart MIME format. |
.gif) | Filter | Gets or sets the filter to use when reading the current input stream. |
.gif) | Form | Gets a collection of form variables. |
.gif) | Headers | Gets a collection of HTTP headers. |
.gif) | HttpMethod | Gets the HTTP data transfer method (such as GET, POST, or HEAD) used by the client. |
.gif) | InputStream | Gets the contents of the incoming HTTP entity body. |
.gif) | IsAuthenticated | Gets a value indicating whether the request has been authenticated. |
.gif) | IsLocal | Gets a value indicating whether the request is from the local computer. |
.gif) | IsSecureConnection | Gets a value indicating whether the HTTP connection uses secure sockets (that is, HTTPS). |
.gif) | Item | Gets the specified object from the Cookies, Form, QueryString or ServerVariables collections. |
.gif) | LogonUserIdentity | Gets the WindowsIdentity type for the current user. |
.gif) | Params | Gets a combined collection of QueryString, Form, ServerVariables, and Cookies items. |
.gif) | Path | Gets the virtual path of the current request. |
.gif) | PathInfo | Gets additional path information for a resource with a URL extension. |
.gif) | PhysicalApplicationPath | Gets the physical file system path of the currently executing server application's root directory. |
.gif) | PhysicalPath | Gets the physical file system path corresponding to the requested URL. |
.gif) | QueryString | Gets the collection of HTTP query string variables. |
.gif) | RawUrl | Gets the raw URL of the current request. |
.gif) | RequestType | Gets or sets the HTTP data transfer method (GET or POST) used by the client. |
.gif) | ServerVariables | Gets a collection of Web server variables. |
.gif) | TotalBytes | Gets the number of bytes in the current input stream. |
.gif) | Url | Gets information about the URL of the current request. |
.gif) | UrlReferrer | Gets information about the URL of the client's previous request that linked to the current URL. |
.gif) | UserAgent | Gets the raw user agent string of the client browser. |
.gif) | UserHostAddress | Gets the IP host address of the remote client. |
.gif) | UserHostName | Gets the DNS name of the remote client. |
.gif) | UserLanguages | Gets a sorted string array of client language preferences. |