Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkElement

The IFWXNetworkElement interface represents a network element, which is is a network defined in the stored ISA Server administration COM configuration. The IFWXNetworkElement 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 the network element 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 network element event.

Note  The context information must implement IUnknown.

Methods in Vtable Order

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

In addition, IFWXNetworkElement defines the following methods.

Method Description
SetContext Sets the context information.
GetContext Retrieves the context information.
GetGUID Retrieves the GUID of the network element.
GetName Retrieves the name of the network element.
GetType Retrieves the type of the network element.
IsLocalAddress Verifies whether the specified IP address is contained in the network element and is an IP address of the local computer.
GetConnectingNetworkGUID Retrieves the GUID of the connecting network.

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