3 references to MaxMessagesToLog
System.ServiceModel (3)
System\ServiceModel\Configuration\MessageLoggingElement.cs (3)
56
[ConfigurationProperty(ConfigurationStrings.
MaxMessagesToLog
, DefaultValue = 10000)]
60
get { return (int)base[ConfigurationStrings.
MaxMessagesToLog
]; }
61
set { base[ConfigurationStrings.
MaxMessagesToLog
] = value; }