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