4 references to AllowOutputBatchingKey
System.ServiceModel (4)
System\ServiceModel\Channels\MessageProperties.cs (4)
175
keys.Add(
AllowOutputBatchingKey
);
502
else if (name ==
AllowOutputBatchingKey
)
742
array[index++] = new KeyValuePair<string, object>(
AllowOutputBatchingKey
, allowOutputBatching);
812
pairs.Add(new KeyValuePair<string, object>(
AllowOutputBatchingKey
, allowOutputBatching));