﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HttpRuntime" FullName="System.Web.HttpRuntime"><TypeSignature Language="C#" Value="public sealed class HttpRuntime" Maintainer="auto" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Web.HttpRuntime" /> object is used at the beginning of the ASP.NET pipeline model that processes HTTP requests. The <see cref="M:System.Web.HttpRuntime.ProcessRequest(System.Web.HttpWorkerRequest)" /> method drives all subsequent ASP.NET Web processing. </para><para>Page developers can use the <see cref="T:System.Web.HttpRuntime" /> class properties to find out information about the current application domain for diagnostic purposes, for example. Developers creating custom process pipeline or a custom hosting environment should call the <see cref="M:System.Web.HttpRuntime.ProcessRequest(System.Web.HttpWorkerRequest)" /> method from a class derived from the <see cref="T:System.Web.HttpWorkerRequest" /> or <see cref="T:System.Web.Hosting.SimpleWorkerRequest" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides a set of ASP.NET run-time services for the current application. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HttpRuntime ();" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters /><Docs><remarks>There is no need to create instances of HttpRuntime.  This is probably a mistake in the original implementation of this class, as all of its public methods and properties are static.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.HttpRuntime" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AppDomainAppId"><MemberSignature Language="C#" Value="public static string AppDomainAppId { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>AppDomainAppID uniquely identifies the application. It does not change after the application is restarted and a new application domain is created.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the application identification of the application domain where the <see cref="T:System.Web.HttpRuntime" /> exists.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AppDomainAppPath"><MemberSignature Language="C#" Value="public static string AppDomainAppPath { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>The physical directory path.</value><remarks>The physical path for the application being executed in the current application domain.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical drive path of the application directory for the application hosted in the current application domain.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AppDomainAppVirtualPath"><MemberSignature Language="C#" Value="public static string AppDomainAppVirtualPath { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the virtual path of the directory that contains the application hosted in the current application domain.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AppDomainId"><MemberSignature Language="C#" Value="public static string AppDomainId { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>AppDomainID changes whenever the application is restarted and a new application domain is created.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the domain identification of the application domain where the <see cref="T:System.Web.HttpRuntime" /> instance exists.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AspInstallDirectory"><MemberSignature Language="C#" Value="public static string AspInstallDirectory { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>The path where the system libraries are installed.</value><remarks>This directory is also the directory where all the other assemblies and compilers are located.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical path of the directory where the ASP.NET executable files are installed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BinDirectory"><MemberSignature Language="C#" Value="public static string BinDirectory { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical path to the /bin directory for the current application.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Cache"><MemberSignature Language="C#" Value="public static System.Web.Caching.Cache Cache { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Caching.Cache</ReturnType></ReturnValue><Docs><value>The <see cref="T:System.Web.Caching.Cache" /> object.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information, see the <see cref="T:System.Web.Caching.Cache" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Web.Caching.Cache" /> for the current application.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Close"><MemberSignature Language="C#" Value="public static void Close ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method is provided for use when your code implements its own hosting environment. There is no need to call this method in the course of normal request processing.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Shuts down the <see cref="T:System.Web.HttpRuntime" /> instance.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ClrInstallDirectory"><MemberSignature Language="C#" Value="public static string ClrInstallDirectory { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>The directory where all assemblies for the runtime resides.</value><remarks>In Mono this directory contains the assemblies, it does not contain other configuration elements which are installed in a Unix compliant way.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical path to the directory where the common language runtime executable files are installed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CodegenDir"><MemberSignature Language="C#" Value="public static string CodegenDir { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the current application.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsOnUNCShare"><MemberSignature Language="C#" Value="public static bool IsOnUNCShare { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MachineConfigurationDirectory"><MemberSignature Language="C#" Value="public static string MachineConfigurationDirectory { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical path to the directory where the Machine.config file for the current application is located.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ProcessRequest"><MemberSignature Language="C#" Value="public static void ProcessRequest (System.Web.HttpWorkerRequest wr);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="wr" Type="System.Web.HttpWorkerRequest" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method is provided for use when your code implements its own hosting environment. It also can be used to execute child requests when your code implements its own <see cref="T:System.Web.HttpWorkerRequest" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Drives all ASP.NET Web processing execution.</para></summary><param name="wr"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.HttpWorkerRequest" /> for the current application. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UnloadAppDomain"><MemberSignature Language="C#" Value="public static void UnloadAppDomain ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>UnloadAppDomain is useful for servers that have a large number of applications that infrequently receive requests. Rather than keep application resources alive for the lifetime of the process, UnloadAppDomain allows programmatic shutdown of unused applications.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Terminates the current application. The application restarts the next time a request is received for it.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>