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