Microsoft Internet Security and Acceleration Server 2000

FPCLAT.Add Method

Creates a new entry in the Local Address Table (LAT) and returns a reference to it.

Note  Changes made by using this method will not take effect until you call the FPCLAT.Save method.

VBScript Syntax[VBScript]

[ oFPCLATEntry = ] FPCLAT.Add( sFrom, sTo )

C++ Syntax[C++]

HRESULT Add(
  BSTR sFrom, 
  BSTR sTo, 
  IFPCLATEntry **ppoFPCLATEntry
);

Parameters

sFrom
Required. String that specifies the lower IP address of the range.
sTo
Required. String that specifies the higher IP address of the range.

Return Value

oFPCLATEntry
Returns a reference to the new FPCLATEntry object.

Note  When you've made and saved changes to the LAT that will affect whether a Network Interface Card (NIC) is external or internal, the Firewall and Web proxy (w3proxy) services must be restarted for your change to take effect. To stop and restart the services, use the FPCArray.SendRestartNotification method.

Applies To

FPCLAT