Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.SetLocalHost Method

Sets the type and IP values of the local host.

VBScript Syntax[VBScript]

FPCIpPacketFilter.SetLocalHost( LocalHostType, sNewIPAddress, sNewIPMask )

C++ Syntax[C++]

HRESULT SetLocalHost(
  FpcPFLocalHostType LocalHostType, 
  BSTR sNewIPAddress, 
  BSTR sNewIPMask
);

Parameters

LocalHostType
The local host type. It can have a value of the FpcPFLocalHostType enumerated type.
sNewIPAddress
Optional. The name or IP address of the local host.
sNewIPMask
Optional. String that specifies the mask of the local host.

Applies To

FPCIpPacketFilter

See Also

LocalHostType, LocalHostIPAddress