IProcessHostPreloadClient Interface
Defines an interface that can be implemented in a type in order to preload the type in an ASP.NET application that is running on IIS 7.0.
Assembly: System.Web (in System.Web.dll)
The IProcessHostPreloadClient type exposes the following members.
This interface is intended primarily for use by WCF applications that are non-HTTP applications. ASP.NET developers who want to preload ASP.NET Web applications should use the simulated HTTP requests in IIS 7.0 combined with the Application_Start method in the Global.asax file.
Note |
|---|
The IProcessHostPreloadClient type and its methods apply only to applications that run on IIS 7.0 and Windows 7. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Note