1 write to allowOutputBatching
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1618
set { this.
allowOutputBatching
= value; }
2 references to allowOutputBatching
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1246
if (this.
allowOutputBatching
)
1617
get { return this.
allowOutputBatching
; }