2 writes to dispatchRuntime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
77this.dispatchRuntime = dispatchRuntime; 233this.dispatchRuntime = new DispatchRuntime(this, this.shared);
5 references to dispatchRuntime
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ClientRuntime.cs (5)
225get { return this.dispatchRuntime; } 232if (this.dispatchRuntime == null) 235return this.dispatchRuntime; 245return this.dispatchRuntime.EnableFaults; 299return this.dispatchRuntime.ManualAddressing;