Class InternetSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents information about the internet related settings on a Windows machine.
public class InternetSettings : BypassSection
- Inheritance
-
InternetSettings
- Inherited Members
Constructors
InternetSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.InternetSettings class.
public InternetSettings()
Properties
EnhancedSecurity
Gets or sets the Internet Explorer enhanced security configuration (IE ESC) settings on this machine. These settings apply to Windows Server 2003 and above only.
public InternetExplorerEnhancedSecuritySettings EnhancedSecurity { get; set; }
Property Value
InternetExplorerVersion
Gets or sets the version of Internet Explorer installed on this machine.
public string InternetExplorerVersion { get; set; }
Property Value
SystemProxy
Gets or sets the system level (WinHTTP) proxy settings.
public InternetProxySettings SystemProxy { get; set; }
Property Value
Methods
ToString()
Returns the Internet Explorer version number or "{Not Documented}".
public override string ToString()
Returns
- string
The Internet Explorer settings as a human readable string.