mscorlib(4.0.0.0) API with additions
System.Configuration.UriSection Class Reference

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]
 

Detailed Description

Represents the Uri section within a configuration file.

Definition at line 4 of file UriSection.cs.

Property Documentation

◆ Idn

IdnElement System.Configuration.UriSection.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.

Returns
The configuration setting for International Domain Name (IDN) processing in the T:System.Uri class.

Definition at line 18 of file UriSection.cs.

◆ IriParsing

IriParsingElement System.Configuration.UriSection.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.

Returns
The configuration setting for International Resource Identifiers (IRI) parsing in the T:System.Uri class.

Definition at line 29 of file UriSection.cs.

◆ SchemeSettings

SchemeSettingElementCollection System.Configuration.UriSection.SchemeSettings
get

Gets a T:System.Configuration.SchemeSettingElementCollection object that contains the configuration settings for scheme parsing in the T:System.Uri class.

Returns
The configuration settings for scheme parsing in the T:System.Uri class

Definition at line 40 of file UriSection.cs.


The documentation for this class was generated from the following file: