Searched refs:urgentFlushThresholdProp (Results 1 – 1 of 1) sorted by relevance
46 static ConfigurationProperty urgentFlushThresholdProp; field in System.Web.Configuration.BufferModeSettings73 …urgentFlushThresholdProp = new ConfigurationProperty ("urgentFlushThreshold", typeof (int), Int32.… in BufferModeSettings()84 properties.Add (urgentFlushThresholdProp); in BufferModeSettings()165 get { return (int) base [urgentFlushThresholdProp];}166 set { base[urgentFlushThresholdProp] = value; }