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