1 instantiation of WebhostListenerCallbacks
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
62
listenerCallbacks = new WebHostUnsafeNativeMethods.
WebhostListenerCallbacks
();
2 references to WebhostListenerCallbacks
SMSvcHost (2)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
23
WebHostUnsafeNativeMethods.
WebhostListenerCallbacks
listenerCallbacks;
System\ServiceModel\Activation\WebHostUnsafeNativeMethods.cs (1)
40
internal delegate int WebhostRegisterProtocol([MarshalAs(UnmanagedType.LPWStr)] string protocolId, ref
WebhostListenerCallbacks
listenerCallbacks, IntPtr context, out int protocolHandle);