IListenerChannelCallback Interface
.NET Framework 3.0
This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides listener-channel notifications from protocol handlers to the worker process framework. Also enables protocol handlers to access additional parameters, such as the ID of the listener channel.
Namespace: System.Web.HostingAssembly: System.Web (in system.web.dll)
'Declaration <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <GuidAttribute("dc3b0a85-9da7-47e4-ba1b-e27da9db8a1e")> _ Public Interface IListenerChannelCallback 'Usage Dim instance As IListenerChannelCallback
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("dc3b0a85-9da7-47e4-ba1b-e27da9db8a1e") */
public interface IListenerChannelCallback
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("dc3b0a85-9da7-47e4-ba1b-e27da9db8a1e") public interface IListenerChannelCallback
Not applicable.
IListenerChannelCallback is introduced in the . For more information, see The .NET Framework 3.5 Architecture.
Community Additions
ADD
Show: