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