1 write to MaxPendingReceives
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
21
this.
MaxPendingReceives
= maxPendingReceives;
1 reference to MaxPendingReceives
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
52
endpointDispatcher.ChannelDispatcher.MaxPendingReceives = this.
MaxPendingReceives
;