IFPCClientAutoScript::DirectAddressDestinations property

Applies to: desktop apps only

The DirectAddressDestinations property gets an FPCPublicNames collection (IFPCPublicNames interface representing the collection in C++) containing the domain names of destinations that Web browsers configured to use the default automatic configuration script will access directly, bypassing the Web proxy.

This property is read-only.

Syntax

HRESULT get_DirectAddressDestinations(
  IFPCPublicNames **ppPublicNames
);
' Data type: FPCPublicNames

Property DirectAddressDestinations( _
  ByVal ppPublicNames As IFPCPublicNames _
) As FPCPublicNames

Property value

Reference to an FPCPublicNames collection containing the domain names of destinations that Web browsers configured to use the default automatic configuration script will access directly, bypassing the Web proxy.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCPublicNames collection (IFPCPublicNames interface in C++).

Each element of the collection may represent one of the following:

  • A single computer, which is specified by its fully qualified domain name (FQDN) or by its computer name.
  • All the computers in a domain, which are specified by a string of the form "*.<domain_name>".
  • All the computers in all domains in the network, which are specified by an asterisk (*).

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

FPCClientAutoScript

 

 

Build date: 7/12/2010