10 references to MessageInspectors
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
446
dispatcher.DispatchRuntime.
MessageInspectors
.Add(impl);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
86
this.messageInspectors = EmptyArray<IDispatchMessageInspector>.ToArray(dispatch.
MessageInspectors
);
98
this.parameterInspectorCorrelationOffset = (dispatch.
MessageInspectors
.Count +
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryOperationContextExtensionInitializer.cs (1)
35
endpointDispatcher.DispatchRuntime.
MessageInspectors
.Add(this);
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
67
endpointDispatcher.DispatchRuntime.
MessageInspectors
.Add(this);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
54
clientRuntime.CallbackDispatchRuntime.
MessageInspectors
.Add(inspector);
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
166
endpointDispatcher.DispatchRuntime.
MessageInspectors
.Add(new JavascriptCallbackMessageInspector(this.JavascriptCallbackParameterName));
222
endpointDispatcher.DispatchRuntime.
MessageInspectors
.Add(formatSelectingMessageInspector);
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));