12 writes to AllowOutputBatching
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\MessageProperties.cs (3)
422
AllowOutputBatching
= properties.AllowOutputBatching;
466
AllowOutputBatching
= properties.AllowOutputBatching;
756
AllowOutputBatching
= (bool)value;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
812
request.Properties.
AllowOutputBatching
= false;
1715
message.Properties.
AllowOutputBatching
= false;
1727
message.Properties.
AllowOutputBatching
= false;
1920
message.Properties.
AllowOutputBatching
= false;
1931
message.Properties.
AllowOutputBatching
= false;
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
70
message.Properties.
AllowOutputBatching
= false;
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
142
request.Properties.
AllowOutputBatching
= false;
System\ServiceModel\Channels\ServiceChannel.cs (1)
1176
message.Properties.
AllowOutputBatching
= true;
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
203
message.Properties.
AllowOutputBatching
= false;
5 references to AllowOutputBatching
System.ServiceModel.Http (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
486
allowOutputBatching = message.Properties.
AllowOutputBatching
;
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
57
allowOutputBatching = message.Properties.
AllowOutputBatching
;
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
432
allowOutputBatching = message.Properties.
AllowOutputBatching
;
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\MessageProperties.cs (2)
422
AllowOutputBatching = properties.
AllowOutputBatching
;
466
AllowOutputBatching = properties.
AllowOutputBatching
;