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