2 references to DurableMessageDispatchInspector
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
186
endpointDispatcher.DispatchRuntime.MessageInspectors.Add(new
DurableMessageDispatchInspector
(serviceEndPoint.Contract.SessionMode));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
344
endPointDispatcher.DispatchRuntime.MessageInspectors.Add(new
DurableMessageDispatchInspector
(serviceEndPoint.Contract.SessionMode));