System.Configuration Namesp ...


.NET Framework Class Library
UriSection Class

Represents the Uri section within a configuration file.

Namespace:  System.Configuration
Assembly:  System (in System.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class UriSection _
    Inherits ConfigurationSection
Visual Basic (Usage)
Dim instance As UriSection
C#
public sealed class UriSection : ConfigurationSection
Visual C++
public ref class UriSection sealed : public ConfigurationSection
JScript
public final class UriSection extends ConfigurationSection
Remarks

The existing System..::.Uri class has been extended to provide support for International Resource Identifiers (IRI) and Internationalized Domain Names. Current users will not see any change from the .NET Framework 2.0 behavior unless they specifically enable IRI and IDN. This ensures application compatibility with prior versions of the .NET Framework.

The configuration settings for IRI and IDN can be retrieved using the UriSection class.

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationSection
      System.Configuration..::.UriSection
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5 SP1, 3.0 SP1, 2.0 SP1
See Also

Reference

Tags :


Page view tracker