Mono Class Library: Overview

System.Web.HttpRequest: Property Members

The properties of System.Web.HttpRequest are listed below. For a list of all members, see the HttpRequest Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AcceptTypesstring[]. Documentation for this section has not yet been entered.
[read-only]
AnonymousIDstring. Documentation for this section has not yet been entered.
[read-only]
ApplicationPathstring. Documentation for this section has not yet been entered.
[read-only]
AppRelativeCurrentExecutionFilePathstring. Documentation for this section has not yet been entered.
BrowserHttpBrowserCapabilities. Documentation for this section has not yet been entered.
[read-only]
ClientCertificateHttpClientCertificate. Documentation for this section has not yet been entered.
ContentEncodingSystem.Text.Encoding. The content encoding used by the data sent on this request.
[read-only]
ContentLengthint. The content length for the data that is being uploaded by the client.
ContentTypestring. Documentation for this section has not yet been entered.
[read-only]
CookiesHttpCookieCollection. The cookies sent on this HTTP request.
[read-only]
CurrentExecutionFilePathstring. Documentation for this section has not yet been entered.
[read-only]
FilePathstring. The virtual path to the request.
[read-only]
FilesHttpFileCollection. Documentation for this section has not yet been entered.
FilterSystem.IO.Stream. Documentation for this section has not yet been entered.
[read-only]
FormSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.
[read-only]
HeadersSystem.Collections.Specialized.NameValueCollection. All of the headers of this HTTP request.
[read-only]
HttpMethodstring. The method used (typically GET or POST).
[read-only]
InputStreamSystem.IO.Stream. A stream representing the data sent on the request.
[read-only]
IsAuthenticatedbool. Documentation for this section has not yet been entered.
[read-only]
IsLocalbool. Documentation for this section has not yet been entered.
[read-only]
IsSecureConnectionbool. Returns true or false to determine if the connection is using secure sockets layer.
[read-only]
default property
Item(string)string. Documentation for this section has not yet been entered.
[read-only]
LogonUserIdentitySystem.Security.Principal.WindowsIdentity. Documentation for this section has not yet been entered.
[read-only]
ParamsSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.
[read-only]
Pathstring. Documentation for this section has not yet been entered.
[read-only]
PathInfostring. Documentation for this section has not yet been entered.
[read-only]
PhysicalApplicationPathstring. Documentation for this section has not yet been entered.
[read-only]
PhysicalPathstring. Documentation for this section has not yet been entered.
[read-only]
QueryStringSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.
[read-only]
RawUrlstring. Documentation for this section has not yet been entered.
RequestTypestring. Documentation for this section has not yet been entered.
[read-only]
ServerVariablesSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.
[read-only]
TotalBytesint. Documentation for this section has not yet been entered.
[read-only]
UrlUri. Documentation for this section has not yet been entered.
[read-only]
UrlReferrerUri. Documentation for this section has not yet been entered.
[read-only]
UserAgentstring. Documentation for this section has not yet been entered.
[read-only]
UserHostAddressstring. Documentation for this section has not yet been entered.
[read-only]
UserHostNamestring. Documentation for this section has not yet been entered.
[read-only]
UserLanguagesstring[]. Documentation for this section has not yet been entered.