1 write to sectionData
System (1)
net\System\Net\Configuration\UriSectionReader.cs (1)
30this.sectionData = new UriSectionData();
9 references to sectionData
System (9)
net\System\Net\Configuration\UriSectionReader.cs (9)
34sectionData.IriParsing = parentData.IriParsing; 35sectionData.IdnScope = parentData.IdnScope; 39sectionData.SchemeSettings.Add(schemeSetting.Key, schemeSetting.Value); 75return sectionData; 152sectionData.IriParsing = configIriParsingValue; 167sectionData.IdnScope = (UriIdnScope)Enum.Parse(typeof(UriIdnScope), attributeValue, true); 244sectionData.SchemeSettings[schemeSetting.Name] = schemeSetting; 263sectionData.SchemeSettings.Remove(scheme); 270sectionData.SchemeSettings.Clear();