2 references to MessageInspectors
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
342
get { return this.
MessageInspectors
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
29
_messageInspectors = EmptyArray<IClientMessageInspector>.ToArray(behavior.
MessageInspectors
);