The FPCNetwork object represents a single network defined in an array. A network is a rule element, which can contain one or more ranges of IP addresses and domains. The networks that are defined for a Forefront TMG computer must include an IP address bound to a network adapter on the Forefront TMG computer and should reflect the physical network topology as viewed from it. Any host having an IP address that is included in a network should be able to exchange traffic with any other host having an IP address that is included in the network without passing it through the Forefront TMG computer. Rules can be applied to one or more networks, or to all IP addresses except those in a specified network.
Forefront TMG is installed with the following predefined networks:
The FPCNetwork object representing a specific network can be referenced through the FPCRef object held in the following properties:
Networks are specified in the following properties by including references to the applicable FPCNetwork objects in the FPCRefs collection held in these properties:
The FPCNetwork object is an element of an FPCNetworks collection, and a new object representing a network can be created by calling the Add method of this collection.
Click here to see the Forefront TMG object hierarchy.
This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting the object's data to and importing it from an XML document.
The FPCNetwork object does not define any methods.
The FPCNetwork object defines the following properties.
Property | Description |
---|---|
Gets or sets the port to bind to if the EnableAutoDiscoveryPort property is set to True. |
|
Gets or sets an FPCReadOnlyIpRangeSet collection that contains the effective set of IP addresses ranges included in the network, which is the union of all the IP address ranges defining the network and all the IP address ranges defining the enterprise networks included in the network. |
|
Gets an FPCClientConfig object that provides access to configuration settings for Web proxy clients and Firewall clients in the network. |
|
Gets or sets the description of the network. |
|
Gets or sets a Boolean value that indicates whether the Web proxy binds to a specific port so that Web proxy clients on the network can automatically discover the Forefront TMG computer. |
|
Gets or sets a Boolean value that indicates whether Firewall clients on the network are supported. |
|
Gets or sets a Boolean value that indicates whether Web proxy clients on the network are supported. |
|
Gets an FPCRefs collection that contains references to the FPCEnterpriseNetwork objects defining the enterprise networks included in the network. |
|
Gets an FPCIpRangeSet collection that contains the set of IP address ranges defining the network. |
|
Gets an FPCIpRangeSet collection that contains the set of IPv6 address ranges defining the network. |
|
Gets an FPCLDT collection that contains the entries in the local domain table (LDT). |
|
Gets or sets the name of the network. |
|
Gets or sets a value from the FpcNetworkConnectionType enumerated type that specifies the type of connection to the network. |
|
Gets a value from the FpcNetworkTypes enumerated type that specifies the type of network. |
|
Gets an FPCNLBCluster object that represents the Network Load Balancing (NLB) cluster on the network. |
|
Gets a Boolean value that indicates whether the network is predefined. |
|
Gets an FPCVpnNetworkConfiguration object that provides access to the configuration settings for site-to-site virtual private network (VPN) connections to the network. |
|
Gets an FPCWebListenerProperties object that contains the properties of the Web listener for outgoing requests from the network. |
Name | Description |
---|---|
CancelWaitForChanges | Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only). |
CanImport | Returns a Boolean value that indicates whether the object's properties can be imported from the specified XML document. |
Export | Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML document. |
ExportToFile | Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML file. |
GetServiceRestartMask | Retrieves a 32-bit bitmask of the FpcServices enumerated type that specifies which services need to be restarted for currently unsaved changes to take effect. |
Import | Recursively copies the values of all the properties of the object and of its subobjects from the specified XML document to persistent storage. |
ImportFromFile | Recursively copies the values of all the properties of the object and of its subobjects from the specified XML file to persistent storage. |
LoadDocProperties | Provides the XML document's properties so that you can know what information can be imported from the document. |
Refresh | Recursively reads the values of all the properties of the object and of its subobjects from persistent storage, overwriting any changes that have not been saved. |
Save | Recursively writes the current values of all the properties of the object and its subobjects to persistent storage. |
WaitForChanges | Registers to wait for an event indicating that the contents of the object have changed (for use in C and C++ programming only). |
Name | Description |
---|---|
PersistentName | Gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy. |
VendorParameterSets | Gets an FPCVendorParametersSets collection that can hold sets of custom data for extending the object. |
This object implements the IFPCNetwork, IFPCEENetwork, and IFPCNetwork2 interfaces.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.