1 write to messageInspectors
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
99
this.
messageInspectors
= new ProxyBehaviorCollection<IClientMessageInspector>(this);
2 references to messageInspectors
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
30
return this.
messageInspectors
;
348
get { return this.
messageInspectors
; }