IISAPIRuntime Interface
.NET Framework 2.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)
'Declaration <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <GuidAttribute("08a2c56f-7c16-41c1-a8be-432917a1a2d1")> _ Public Interface IISAPIRuntime 'Usage Dim instance As 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.
Community Additions
ADD
Show: