10 references to MessageInspectors
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
446dispatcher.DispatchRuntime.MessageInspectors.Add(impl);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
86this.messageInspectors = EmptyArray<IDispatchMessageInspector>.ToArray(dispatch.MessageInspectors); 98this.parameterInspectorCorrelationOffset = (dispatch.MessageInspectors.Count +
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryOperationContextExtensionInitializer.cs (1)
35endpointDispatcher.DispatchRuntime.MessageInspectors.Add(this);
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
67endpointDispatcher.DispatchRuntime.MessageInspectors.Add(this);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
54clientRuntime.CallbackDispatchRuntime.MessageInspectors.Add(inspector);
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
166endpointDispatcher.DispatchRuntime.MessageInspectors.Add(new JavascriptCallbackMessageInspector(this.JavascriptCallbackParameterName)); 222endpointDispatcher.DispatchRuntime.MessageInspectors.Add(formatSelectingMessageInspector);
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
186endpointDispatcher.DispatchRuntime.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
344endPointDispatcher.DispatchRuntime.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));