Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IProcessHostPreloadClient Interface

.NET Framework (current version)
 

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.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

public interface class IProcessHostPreloadClient

NameDescription
System_CAPS_pubmethodPreload(array<String^>^)

Provides initialization data that is required in order to preload the application.

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. 

System_CAPS_noteNote

The IProcessHostPreloadClient type and its methods apply only to applications that run on IIS 7.0 and Windows 7.

.NET Framework
Available since 4.0
Return to top
Show: