The ClientConfig property gets an FPCClientConfig object that provides access to configuration settings for Web proxy clients and Firewall clients in the network.
HRESULT get_ClientConfig( IFPCClientConfig** ppClientConfig );
Address of an interface pointer that on return points to an IFPCClientConfig interface that represents configuration settings for Web proxy clients and Firewall clients in the network.
This property method returns S_OK if the call is successful; otherwise, it returns an error code, and the parameter returned is a null object.
Property ClientConfig As IFPCClientConfig
Reference to an FPCClientConfig object that provides access to configuration settings for Web proxy clients and Firewall clients in the network.
This property is read-only. The configuration settings held in this property can be modified by accessing the properties of the FPCClientConfig object retrieved (the IFPCClientConfig interface retrieved in C++).
Web proxy clients are typically CERN-compatible Web browsers running on client computers. The configuration settings for Web proxy clients include information that is used for creating the automatic configuration scripts for Web browsers (Wpad.dat for Web browsers running on computers without Firewall Client installed and Wspad.dat for Web browsers running on Firewall client computers). The configuration settings for Firewall clients enable Firewall clients to update the configuration set by the Firewall Client setup application and to periodically download specific information from the Forefront TMG computer.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.