SimpleWorkerRequest Properties

 

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyMachineConfigPath

Gets the full physical path to the Machine.config file.(Overrides HttpWorkerRequest.MachineConfigPath.)

System_CAPS_pubpropertyMachineInstallDirectory

Gets the physical path to the directory where the ASP.NET binaries are installed.(Overrides HttpWorkerRequest.MachineInstallDirectory.)

System_CAPS_pubpropertyRequestTraceIdentifier

Gets the corresponding Event Tracking for Windows trace ID for the current request.(Inherited from HttpWorkerRequest.)

System_CAPS_pubpropertyRootWebConfigPath

Gets the full physical path to the root Web.config file.(Overrides HttpWorkerRequest.RootWebConfigPath.)

System_CAPS_pubpropertySupportsAsyncFlush

Gets a value that indicates whether asynchronous flush operations are supported.(Inherited from HttpWorkerRequest.)

System_CAPS_pubpropertySupportsAsyncRead

Gets a value that indicates whether asynchronous read operations are supported.(Inherited from HttpWorkerRequest.)

Return to top
Show: