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