17 writes to AllowOutputBatching
System.ServiceModel (17)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
294message.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\MessageProperties.cs (3)
371this.AllowOutputBatching = properties.AllowOutputBatching; 415this.AllowOutputBatching = properties.AllowOutputBatching; 676AllowOutputBatching = (bool)value;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
1479request.Properties.AllowOutputBatching = false; 3110message.Properties.AllowOutputBatching = false; 3122message.Properties.AllowOutputBatching = false; 3315message.Properties.AllowOutputBatching = false; 3326message.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
157message.Properties.AllowOutputBatching = false; 199message.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
139request.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\ServiceChannel.cs (1)
1248message.Properties.AllowOutputBatching = true;
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
236message.Properties.AllowOutputBatching = false;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
1908response.Properties.AllowOutputBatching = false; 1972response.Properties.AllowOutputBatching = false; 2089closeMessage.Properties.AllowOutputBatching = false;
5 references to AllowOutputBatching
System.ServiceModel (5)
System\ServiceModel\Channels\FramingChannels.cs (1)
88allowOutputBatching = message.Properties.AllowOutputBatching;
System\ServiceModel\Channels\MessageProperties.cs (2)
371this.AllowOutputBatching = properties.AllowOutputBatching; 415this.AllowOutputBatching = properties.AllowOutputBatching;
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1177allowOutputBatching = message.Properties.AllowOutputBatching;
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (1)
47xml.WriteElementString("AllowOutputBatching", message.Properties.AllowOutputBatching.ToString());