mscorlib(4.0.0.0) API with additions
|
Represents the Uri section within a configuration file. More...
Inherits ConfigurationSection.
Properties | |
IdnElement | Idn [get] |
Gets an T:System.Configuration.IdnElement object that contains the configuration setting for International Domain Name (IDN) processing in the T:System.Uri class. More... | |
IriParsingElement | IriParsing [get] |
Gets an T:System.Configuration.IriParsingElement object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the T:System.Uri class. More... | |
SchemeSettingElementCollection | SchemeSettings [get] |
Gets a T:System.Configuration.SchemeSettingElementCollection object that contains the configuration settings for scheme parsing in the T:System.Uri class. More... | |
internal override ConfigurationPropertyCollection | Properties [protected get] |
Represents the Uri section within a configuration file.
Definition at line 4 of file UriSection.cs.
|
get |
Gets an T:System.Configuration.IdnElement object that contains the configuration setting for International Domain Name (IDN) processing in the T:System.Uri class.
Definition at line 18 of file UriSection.cs.
|
get |
Gets an T:System.Configuration.IriParsingElement object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the T:System.Uri class.
Definition at line 29 of file UriSection.cs.
|
get |
Gets a T:System.Configuration.SchemeSettingElementCollection object that contains the configuration settings for scheme parsing in the T:System.Uri class.
Definition at line 40 of file UriSection.cs.