Microsoft Internet Security and Acceleration Server 2004 SDK

FPCAdapter

The FPCAdapter object represents a single network adapter of an ISA Server computer. You can connect to the Internet through either a direct or dial-up connection. If you choose a direct connection, you need to set up an external network adapter. This object represents that adapter and is typically an element of an FPCAdapters collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCAdapter object defines the following method.

Method Description
IsIpInAddressSet Determines whether an IP address is included in the address set of the adapter.

Properties

The FPCAdapter object has the following properties.

Property Description
Description Gets the description of the network adapter.
DhcpEnabled Gets a Boolean value that indicates whether the network adapter uses the Dynamic Host Configuration Protocol (DHCP).
FriendlyName Gets the friendly name of the network adapter.
IpAddresses Gets a comma-delimited list of all IP addresses bound to the network adapter.
IpAddressSet Gets the IP address set for the network adapter.
IpRanges Gets an FPCReadOnlyIpRangeSet collection that contains objects representing the IP ranges for the adapter.

Remarks

This object implements the IFPCAdapter interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects