1 instantiation of SchemeSettingElement
System (1)
net\System\Net\Configuration\SchemeSettingElementCollection.cs (1)
45return new SchemeSettingElement();
8 references to SchemeSettingElement
System (8)
net\System\Net\Configuration\SchemeSettingElementCollection.cs (7)
5[ConfigurationCollection(typeof(SchemeSettingElement), 28public SchemeSettingElement this[int index] 30get { return (SchemeSettingElement)BaseGet(index); } 33public new SchemeSettingElement this[string name] 35get { return (SchemeSettingElement)BaseGet(name); } 38public int IndexOf(SchemeSettingElement element) 50return ((SchemeSettingElement)element).Name;
net\System\Net\Configuration\UriSection.cs (1)
95foreach (SchemeSettingElement element in section.SchemeSettings)