3 references to DefaultMaxPendingMessagesPerChannel
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Configuration\BufferedReceiveElement.cs (2)
21
[ConfigurationProperty(MaxPendingMessagesPerChannelString, DefaultValue = BufferedReceiveServiceBehavior.
DefaultMaxPendingMessagesPerChannel
)]
48
properties.Add(new ConfigurationProperty(MaxPendingMessagesPerChannelString, typeof(Int32), BufferedReceiveServiceBehavior.
DefaultMaxPendingMessagesPerChannel
, new Int32Converter(), new IntegerValidator(1, Int32.MaxValue), ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (1)
19
int maxPendingMessagesPerChannel =
DefaultMaxPendingMessagesPerChannel
;