2 implementations of FlowControlEnabled
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
53public bool FlowControlEnabled
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
64public bool FlowControlEnabled
4 references to FlowControlEnabled
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
214if (this.settings.FlowControlEnabled) 331if (this.settings.FlowControlEnabled)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
550if (this.settings.FlowControlEnabled)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
702if (this.settings.FlowControlEnabled)