ClientConfig Property of the IFPCNetwork Interface

The ClientConfig property gets an FPCClientConfig object that provides access to configuration settings for Web proxy clients and Firewall clients in the network.

[C++]
HRESULT get_ClientConfig(
	IFPCClientConfig** ppClientConfig
);

Parameters

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.

Return Value

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.

[Visual Basic]
Property ClientConfig As IFPCClientConfig

Property Value

Reference to an FPCClientConfig object that provides access to configuration settings for Web proxy clients and Firewall clients in the network.

Remarks

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.

Requirements

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.

See Also

FPCNetwork


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.