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