The members of System.Web.Hosting.SimpleWorkerRequest are listed below.
See Also: Inherited members from System.Web.HttpWorkerRequest
Initializes a new instance of the System.Web.Hosting.SimpleWorkerRequest class when the target application domain has been created using the ApplicationHost.CreateApplicationHost(Type, string, string) method. | ||
Initializes a new instance of the System.Web.Hosting.SimpleWorkerRequest class for use in an arbitrary application domain, when the user code creates an System.Web.HttpContext (passing the SimpleWorkerRequest as an argument to the HttpContext constructor). |
[read-only] override | MachineConfigPath | string.
Gets the full physical path to the Machine.config file. |
[read-only] override | MachineInstallDirectory | string.
Gets the physical path to the directory where the ASP.NET binaries are installed. |
[read-only] override | RootWebConfigPath | string.
Gets the full physical path to the root Web.config file. |
override | EndOfRequest()
| |
override | FlushResponse(bool)
| |
override | GetAppPath()
| |
override | GetAppPathTranslated()
| |
override | GetFilePath()
| |
override | GetFilePathTranslated()
| |
override | GetHttpVerbName()
| |
override | GetHttpVersion()
| |
override | GetLocalAddress()
| |
override | GetLocalPort()
| |
override | GetPathInfo()
| |
override | GetQueryString()
| |
override | GetRawUrl()
| |
override | GetRemoteAddress()
| |
override | GetRemotePort()
| |
override | GetServerVariable(string)
| |
override | GetUriPath()
| |
override | GetUserToken()
| |
override | MapPath(string)
| |
override | SendKnownResponseHeader(int, string)
| |
override | SendResponseFromFile(IntPtr, long, long)
| |
override | SendResponseFromFile(string, long, long)
| |
override | SendResponseFromMemory(byte[], int)
| |
override | SendStatus(int, string)
| |
override | SendUnknownResponseHeader(string, string)
|