FPCAdapter
Internet Security and Acceleration Server 2004/2006 SDK
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 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. |
Interfaces for C++ Programming
This object implements the IFPCAdapter interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |