Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DUriSectionReader.cs37 … foreach (KeyValuePair<string, SchemeSettingInternal> schemeSetting in parentData.SchemeSettings) in UriSectionReader()
39 sectionData.SchemeSettings.Add(schemeSetting.Key, schemeSetting.Value); in UriSectionReader()
129 else if (AreEqual(currentElementName, CommonConfigurationStrings.SchemeSettings)) in ReadConfiguration()
180 if (IsEndElement(CommonConfigurationStrings.SchemeSettings)) in ReadSchemeSettings()
244 sectionData.SchemeSettings[schemeSetting.Name] = schemeSetting; in ReadAddSchemeSetting()
263 sectionData.SchemeSettings.Remove(scheme); in ReadRemoveSchemeSetting()
270 sectionData.SchemeSettings.Clear(); in ClearSchemeSetting()
H A DUriSection.cs33 new ConfigurationProperty(CommonConfigurationStrings.SchemeSettings,
59 [ConfigurationProperty(CommonConfigurationStrings.SchemeSettings)]
60 public SchemeSettingElementCollection SchemeSettings property in System.Configuration.UriSection
93 if (section.SchemeSettings != null) { in UriSectionInternal()
95 foreach (SchemeSettingElement element in section.SchemeSettings) in UriSectionInternal()
232 resultSectionData.SchemeSettings.Values as IEnumerable<SchemeSettingInternal>; in LoadUsingCustomParser()
H A DUriSectionData.cs36 public Dictionary<string, SchemeSettingInternal> SchemeSettings property in System.Configuration.UriSectionData
H A DConfigurationStrings.cs158 internal const string SchemeSettings = "schemeSettings"; field in System.Configuration.CommonConfigurationStrings
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DUriSection.cs18 new ConfigurationProperty(CommonConfigurationStrings.SchemeSettings,
34 [ConfigurationProperty(CommonConfigurationStrings.SchemeSettings)]
35 …public SchemeSettingElementCollection SchemeSettings => (SchemeSettingElementCollection)this[_sche… field in System.Configuration.UriSection
H A DCommonConfigurationStrings.cs13 internal const string SchemeSettings = "schemeSettings"; field in System.Configuration.CommonConfigurationStrings
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DUriSectionTests.cs62 Assert.Equal(1, uriSection.SchemeSettings.Count); in UriSectionSchemeSettings()
63 SchemeSettingElement schemeSettingElement = uriSection.SchemeSettings[0]; in UriSectionSchemeSettings()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs482 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs5939 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs5960 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs5960 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs5939 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs5939 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs6236 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs5960 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs6227 … public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } } property in System.Configuration.UriSection