Mono Class Library: Overview

System.Web.Hosting.SimpleWorkerRequest: Members

The members of System.Web.Hosting.SimpleWorkerRequest are listed below.

See Also: Inherited members from System.Web.HttpWorkerRequest

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
MachineConfigPathstring. Documentation for this section has not yet been entered.
[read-only]
override
MachineInstallDirectorystring. Documentation for this section has not yet been entered.
[read-only]
override
RootWebConfigPathstring. Documentation for this section has not yet been entered.

Public Methods

override
EndOfRequest()
Documentation for this section has not yet been entered.
override
FlushResponse(bool)
Documentation for this section has not yet been entered.
override
GetAppPath() : string
Documentation for this section has not yet been entered.
override
GetAppPathTranslated() : string
Documentation for this section has not yet been entered.
override
GetFilePath() : string
Documentation for this section has not yet been entered.
override
GetFilePathTranslated() : string
Documentation for this section has not yet been entered.
override
GetHttpVerbName() : string
Documentation for this section has not yet been entered.
override
GetHttpVersion() : string
Documentation for this section has not yet been entered.
override
GetLocalAddress() : string
Documentation for this section has not yet been entered.
override
GetLocalPort() : int
Documentation for this section has not yet been entered.
override
GetPathInfo() : string
Gets the path info part of a request.
override
GetQueryString() : string
Documentation for this section has not yet been entered.
override
GetRawUrl() : string
Documentation for this section has not yet been entered.
override
GetRemoteAddress() : string
Documentation for this section has not yet been entered.
override
GetRemotePort() : int
Gets the port number of the remote endpoint.
override
GetServerVariable(string) : string
Documentation for this section has not yet been entered.
override
GetUriPath() : string
Documentation for this section has not yet been entered.
override
GetUserToken() : IntPtr
Documentation for this section has not yet been entered.
override
MapPath(string) : string
Documentation for this section has not yet been entered.
override
SendKnownResponseHeader(int, string)
Documentation for this section has not yet been entered.
override
SendResponseFromFile(IntPtr, long, long)
Documentation for this section has not yet been entered.
override
SendResponseFromFile(string, long, long)
Documentation for this section has not yet been entered.
override
SendResponseFromMemory(byte[], int)
Documentation for this section has not yet been entered.
override
SendStatus(int, string)
Documentation for this section has not yet been entered.
override
SendUnknownResponseHeader(string, string)
Documentation for this section has not yet been entered.