Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.RemoteHostIPAddress Property

Gets the IP address of the remote host.

VBScript Syntax[VBScript]

[ sRemoteHostIPAddress = ] FPCIpPacketFilter.RemoteHostIPAddress

C++ Syntax[C++]

HRESULT get_RemoteHostIPAddress(
  BSTR *psRemoteHostIPAddress
);

Parameters

sRemoteHostIPAddress
String specifying the remote host IP address.

The property is read-only.

Remarks

This property is read-only, but RemoteHostIPAddress can be set by using the SetRemoteHost method.

Applies To

FPCIpPacketFilter