Share via


ClientConfig Property of the IFPCNetwork Interface

The ClientConfig property gets an FPCClientConfig object that provides access to configuration settings for Web proxy clients and for Forefront TMG Client and Firewall Client computers 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 for Forefront TMG Client and Firewall Client computers 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 for Forefront TMG Client and Firewall Client computers 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 Forefront TMG Client or Firewall Client installed and Wspad.dat for Web browsers running on Firewall client computers). The configuration settings for Forefront TMG Client and Firewall Client computers enable these computers to update the configuration set by the Forefront TMG Client or Firewall Client setup application and to periodically download specific information from the Forefront TMG server.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCNetwork

Send comments about this topic to Microsoft

Build date: 6/30/2010