Searched refs:encoderTypeProp (Results 1 – 1 of 1) sorted by relevance
63 static ConfigurationProperty encoderTypeProp; field in System.Web.Configuration.HttpRuntimeSection136 …encoderTypeProp = new ConfigurationProperty ("encoderType", typeof (string), "System.Web.Util.Http… in HttpRuntimeSection()172 properties.Add (encoderTypeProp); in HttpRuntimeSection()338 get { return (string) base [encoderTypeProp]; }339 set { base [encoderTypeProp] = value; }