RSOP_IEProxySettings class
Represents the details of a proxy server connection for Microsoft Internet Explorer.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[AMENDMENT]
class RSOP_IEProxySettings
{
string rsopID;
uint32 rsopPrecedence;
boolean enableProxy;
boolean useSameProxy;
string httpProxyServer;
string proxyOverride;
string ftpProxyServer;
string gopherProxyServer;
string secureProxyServer;
string socksProxyServer;
};
Members
The RSOP_IEProxySettings class has these types of members:
Properties
The RSOP_IEProxySettings class has these properties.
-
enableProxy
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: DisplayName ("Enable Proxy")
If TRUE, a proxy server is used when connecting to the Internet. If FALSE, a proxy server is not used.
-
-
ftpProxyServer
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("FTP Proxy Server")
Internet address (URL) of the FTP proxy server and the port to use when making an Internet connection in the format RSoP_PROXY:80. The address and port are separated only by a colon and have no intervening space.
-
-
gopherProxyServer
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Gopher Proxy Server")
Internet address of the Gopher proxy server and the port to use when making an Internet connection in the format RSoP_PROXY:80.
-
-
httpProxyServer
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("HTTP Proxy Server")
Internet address of the HTTP proxy server and the port to use when making an Internet connection in the format RSoP_PROXY:80.
-
-
proxyOverride
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Proxy Override")
String that, when specified, identifies Internet addresses for which a proxy server should not be used when making Internet connections. If this property begins with '<local>' it indicates that a proxy server should not be used to connect to Internet addresses on the local area network (LAN).
-
-
rsopID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP ID")
Foreign key to RSOP_PolicySetting.
-
-
rsopPrecedence
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP Precedence")
Foreign key to RSOP_PolicySetting.
-
-
secureProxyServer
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Secure Proxy Server")
Internet address of a secure proxy server and port to use when making an Internet connection in the format RSoP_PROXY:80.
-
-
socksProxyServer
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Socks Proxy Server")
Internet address of the SOCKS proxy server and port to use when making an Internet connection in the format RSoP_PROXY:80.
-
-
useSameProxy
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: DisplayName ("Use Same Proxy")
If TRUE, the same proxy server is used for all network protocols when making an Internet connection. The proxy server used is the server specified by the httpProxyServer property. If FALSE, the system uses the individual settings stored in the httpProxyServer, secureProxyServer, ftpProxyServer, socksProxyServer and gopherProxyServer properties.
-
Remarks
The RSOP_IEConnectionSettings class is derived from the RSOP_IEProxySettings class and inherits all members of that class.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\RSOP\Computer, Root\RSOP\User |
MOF |
|
DLL |
|