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