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