Where do the IProcessHostPreloadClient parameter values ​​come from?

Considering the Preload IProcessHostPreloadClient method, there is a string [] parameter, which can be represented in MSDN as "Data for application initialization". However, there is no information about where this data comes from, or how we can assign values ​​to it.

Where does this data come from and how can we assign values ​​to it?

+5
source share
1 answer

I asked me the same question. I found this answer from http://www.houseofmorten.com/geeky/dotnet/-net-framework-4-0-readme :

System.Web.Hosting.IProcessHostPreloadClient.Preload. . , .

:

IIS 7.5 ASP.NET 4 IProcessHostPerloadClient.Preload. Windows 7 Windows Server 2008 R2.

+5

All Articles