Microsoft Internet Security and Acceleration Server 2000

FPCDirectIpDestinations.AddIp Method

Adds a range of IP addresses to the collection, in the form of an FPCDirectIPDestination object.

VBScript Syntax[VBScript]

[ oFPCDirectIpDestination ] FPCDirectIpDestinations.AddIp( sIP_From, sIP_To )

C++ Syntax[C++]

HRESULT AddIP (
  BSTR sIP_From, 
  BSTR sIP_To, 
  IFPCDirectIPDestination **ppoFPCDirectIpDestination
);

Parameters

sIP_From
String that specifies the base IP address of the range.
sIP_To
String that specifies the end of the IP range.

Return Values

oFPCDirectIpDestination
Returns a reference to an FPCDirectIpDestination object.

Applies To

FPCDirectIpDestinations