1 write to AsynchronousSendEnabled
System.ServiceModel (1)
System\ServiceModel\Configuration\DispatcherSynchronizationElement.cs (1)
45
this.
AsynchronousSendEnabled
= source.AsynchronousSendEnabled;
2 references to AsynchronousSendEnabled
System.ServiceModel (2)
System\ServiceModel\Configuration\DispatcherSynchronizationElement.cs (2)
45
this.AsynchronousSendEnabled = source.
AsynchronousSendEnabled
;
51
return new DispatcherSynchronizationBehavior(this.
AsynchronousSendEnabled
, this.MaxPendingReceives);