1 write to protocolHandle
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
273hresult = webhostRegisterProtocol(ProtocolName, ref listenerCallbacks, IntPtr.Zero, out protocolHandle);
4 references to protocolHandle
SMSvcHost (4)
System\ServiceModel\Activation\ListenerAdapterBase.cs (4)
231int hresult = webhostUnregisterProtocol(protocolHandle); 253return webhostOpenListenerChannelInstance(protocolHandle, appPoolId, listenerChannelId, queueBlob, queueBlobLength); 274if (hresult != 0 || protocolHandle == 0) 286return webhostCloseAllListenerChannelInstances(protocolHandle, appPoolId, listenerChannelId);