4 references to SchemeName
System (4)
net\System\Net\Configuration\SchemeSettingElement.cs (2)
14
name = new ConfigurationProperty(CommonConfigurationStrings.
SchemeName
, typeof(string), null,
26
[ConfigurationProperty(CommonConfigurationStrings.
SchemeName
,
net\System\Net\Configuration\UriSectionReader.cs (2)
227
string schemeValue = reader.GetAttribute(CommonConfigurationStrings.
SchemeName
);
255
string scheme = reader.GetAttribute(CommonConfigurationStrings.
SchemeName
);