Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.LocalHostIPAddress Property

Gets the IP address of the local host.

VBScript Syntax[VBScript]

[ sLocalHostIPAddress = ] FPCIpPacketFilter.LocalHostIPAddress

C++ Syntax[C++]

HRESULT get_LocalHostIPAddress(
  BSTR *psLocalHostIPAddress
);

Parameters

sLocalHostIPAddress
String that specifies the local host IP address.

The property is read-only.

Remarks

This property is read-only, but the value of LocalHostIPAddress can be set by using the SetLocalHost method.

Applies To

FPCIpPacketFilter