Home
last modified time | relevance | path

Searched refs:urgentFlushThresholdProp (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DBufferModeSettings.cs46 static ConfigurationProperty urgentFlushThresholdProp; field in System.Web.Configuration.BufferModeSettings
73urgentFlushThresholdProp = 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; }