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