IISAPIRuntime Interface
.NET Framework 3.0
This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Defines methods used to create HttpWorkerRequest objects in the .NET Framework.
Namespace: System.Web.HostingAssembly: System.Web (in system.web.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] [GuidAttribute("08a2c56f-7c16-41c1-a8be-432917a1a2d1")] public interface IISAPIRuntime
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("08a2c56f-7c16-41c1-a8be-432917a1a2d1") */
public interface IISAPIRuntime
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("08a2c56f-7c16-41c1-a8be-432917a1a2d1") public interface IISAPIRuntime
Not applicable.