Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkAddress

The IFWXNetworkAddress interface represents an IP address of the ISA Server computer. The IFWXNetworkAddress interface is used by the IFWXNetConfigDetector interface to store context information based on network configuration detection (NCD) events. This enables you to store information about an IP address the first time an event is received for it, so that you do not have to retrieve the information from ISA Server for each subsequent address event.

Note  The context information must implement IUnknown

Methods in Vtable Order

The IFWXNetworkAddress interface inherits the methods of the standard COM interface IUnknown.

In addition, IFWXNetworkAddress defines the following methods.

Method Description
SetContext Sets the context information.
GetContext Retrieves the context information.
GetAddress Retrieves the IP address.
GetMask Retrieves the subnet mask for the IP address.
GetNetworkAdapter Retrieves a pointer to the IFWXNetworkAdapter interface to which the address belongs.
GetNetworkElement Retrieves a pointer to the IFWXNetworkElement interface to which the address belongs.
IsPrimaryAddress Verifies whether this is the primary address for the adapter.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Filter Interfaces