2 implementations of AllowOutputBatching
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1615bool IContextChannel.AllowOutputBatching
System\ServiceModel\ClientBase.cs (1)
1211bool IContextChannel.AllowOutputBatching
1 write to AllowOutputBatching
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1214set { ((IContextChannel)this.channel).AllowOutputBatching = value; }
1 reference to AllowOutputBatching
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1213get { return ((IContextChannel)this.channel).AllowOutputBatching; }