IISAPIRuntime

IISAPIRuntime

System.Web.Hosting (system.web.dll)interface

This interface supports the .NET Framework infrastructure. You do not need to use it directly in your code.

public interface IISAPIRuntime {
// Public Instance Methods
   public void DoGCCollect( );
   public int ProcessRequest(in IntPtr ecb, in int useProcessModel);
   public void StartProcessing( );
   public void StopProcessing( );
}

Implemented By

ISAPIRuntime



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace