IFPCNetwork::ClientConfig property

Applies to: desktop apps only

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.

This property is read-only.

Syntax

HRESULT get_ClientConfig(
  IFPCClientConfig **ppClientConfig
);
' Data type: IFPCClientConfig

Property ClientConfig( _
  ByVal ppClientConfig As IFPCClientConfig _
) 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.

Error codes

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.

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCNetwork

 

 

Build date: 7/12/2010