.NET Framework Class Library
HttpRuntime Members

Provides a set of ASP.NET run-time services for the current application.

The HttpRuntime type exposes the following members.

Constructors

  NameDescription
Public methodHttpRuntimeInitializes a new instance of the HttpRuntime class.
Top
Methods

  NameDescription
Public methodStatic memberCloseRemoves all items from the cache.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodStatic memberGetNamedPermissionSetInfrastructure. Returns the set of permissions associated with code groups.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberProcessRequestDrives all ASP.NET Web processing execution.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodStatic memberUnloadAppDomainTerminates the current application. The application restarts the next time a request is received for it.
Top
Properties

  NameDescription
Public propertyStatic memberAppDomainAppIdGets the application identification of the application domain where the HttpRuntime exists.
Public propertyStatic memberAppDomainAppPathGets the physical drive path of the application directory for the application hosted in the current application domain.
Public propertyStatic memberAppDomainAppVirtualPathGets the virtual path of the directory that contains the application hosted in the current application domain.
Public propertyStatic memberAppDomainIdGets the domain identification of the application domain where the HttpRuntime exists.
Public propertyStatic memberAspClientScriptPhysicalPathGets the folder path for the ASP.NET client script files.
Public propertyStatic memberAspClientScriptVirtualPathGets the virtual path for the ASP.NET client script files.
Public propertyStatic memberAspInstallDirectoryGets the physical path of the directory where the ASP.NET executable files are installed.
Public propertyStatic memberBinDirectoryGets the physical path to the /bin directory for the current application.
Public propertyStatic memberCacheGets the Cache for the current application.
Public propertyStatic memberClrInstallDirectoryGets the physical path to the directory where the common language runtime executable files are installed.
Public propertyStatic memberCodegenDirGets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the current application.
Public propertyStatic memberIsOnUNCShareGets a value that indicates whether the application is mapped to a universal naming convention (UNC) share.
Public propertyStatic memberMachineConfigurationDirectoryGets the physical path to the directory where the Machine.config file for the current application is located.
Public propertyStatic memberUsingIntegratedPipelineGets a value that indicates whether the current application is running in the integrated-pipeline mode of IIS 7.0.
Top
See Also

Reference

Tags :


Page view tracker