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

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

Inherits ConfigurationElement.

Public Member Functions

 IdnElement ()
 Initializes a new instance of the T:System.Configuration.IdnElement class. More...
 

Properties

internal override ConfigurationPropertyCollection Properties [protected get]
 
UriIdnScope Enabled [get, set]
 Gets or sets the value of the T:System.Configuration.IdnElement configuration setting. More...
 

Detailed Description

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

Definition at line 7 of file IdnElement.cs.

Constructor & Destructor Documentation

◆ IdnElement()

System.Configuration.IdnElement.IdnElement ( )

Initializes a new instance of the T:System.Configuration.IdnElement class.

Definition at line 69 of file IdnElement.cs.

Property Documentation

◆ Enabled

UriIdnScope System.Configuration.IdnElement.Enabled
getset

Gets or sets the value of the T:System.Configuration.IdnElement configuration setting.

Returns
A T:System.UriIdnScope that contains the current configuration setting for IDN processing.

Definition at line 57 of file IdnElement.cs.


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