1 write to webHostIpm
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
41
webHostIpm
= WebHostUnsafeNativeMethods.LoadLibraryEx(SMSvcHost.ListenerAdapterNativeLibrary, IntPtr.Zero, WebHostUnsafeNativeMethods.LOAD_WITH_ALTERED_SEARCH_PATH);
6 references to webHostIpm
SMSvcHost (6)
System\ServiceModel\Activation\ListenerAdapterBase.cs (6)
42
if (
webHostIpm
.IsInvalid)
47
webhostGetVersion = (WebHostUnsafeNativeMethods.WebhostGetVersion)GetProcDelegate<WebHostUnsafeNativeMethods.WebhostGetVersion>(
webHostIpm
, "WebhostGetVersion");
48
webhostRegisterProtocol = (WebHostUnsafeNativeMethods.WebhostRegisterProtocol)GetProcDelegate<WebHostUnsafeNativeMethods.WebhostRegisterProtocol>(
webHostIpm
, "WebhostRegisterProtocol");
49
webhostUnregisterProtocol = (WebHostUnsafeNativeMethods.WebhostUnregisterProtocol)GetProcDelegate<WebHostUnsafeNativeMethods.WebhostUnregisterProtocol>(
webHostIpm
, "WebhostUnregisterProtocol");
50
webhostOpenListenerChannelInstance = (WebHostUnsafeNativeMethods.WebhostOpenListenerChannelInstance)GetProcDelegate<WebHostUnsafeNativeMethods.WebhostOpenListenerChannelInstance>(
webHostIpm
, "WebhostOpenListenerChannelInstance");
51
webhostCloseAllListenerChannelInstances = (WebHostUnsafeNativeMethods.WebhostCloseAllListenerChannelInstances)GetProcDelegate<WebHostUnsafeNativeMethods.WebhostCloseAllListenerChannelInstances>(
webHostIpm
,