asp.net.ph

HttpRuntime Class

System.Web Namespace


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

HttpRuntime Class Members

Collapse   Constructors

Visibility Constructor Parameters
public HttpRuntime ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public static AppDomainAppId String [ Get ]
public static AppDomainAppPath String [ Get ]
public static AppDomainAppVirtualPath String [ Get ]
public static AppDomainId String [ Get ]
public static AspClientScriptPhysicalPath String [ Get ]
public static AspClientScriptVirtualPath String [ Get ]
public static AspInstallDirectory String [ Get ]
public static BinDirectory String [ Get ]
public static Cache Cache [ Get ]
public static ClrInstallDirectory String [ Get ]
public static CodegenDir String [ Get ]
public static IISVersion Version [ Get ]
public static IsOnUNCShare Boolean [ Get ]
public static MachineConfigurationDirectory String [ Get ]
public static TargetFramework Version [ Get ]
public static UsingIntegratedPipeline Boolean [ Get ]
public static WebObjectActivator IServiceProvider [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public static Close ( ) Void
public static GetNamedPermissionSet ( ) NamedPermissionSet
public static ProcessRequest ( HttpWorkerRequest wr ) Void
public static UnloadAppDomain ( ) Void

Syntax


To call a method:

HttpRuntime.methodName ( arguments );
  C# VB

To return the value of a property:

Type var = HttpRuntime.propertyName;
  C# VB

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph