Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.SetRemoteHost Method

Sets the type and IP values of the remote host.

VBScript Syntax[VBScript]

FPCIpPacketFilter.SetRemoteHost( RemoteHostType, sNewIPAddress, sNewIPMask )

C++ Syntax[C++]

HRESULT SetRemoteHost(
  FpcPFRemoteHostType RemoteHostType, 
  BSTR sNewIPAddress, 
  BSTR sNewIPMask
);

Parameters

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

Applies To

FPCIpPacketFilter

See Also

RemoteHostType, RemoteHostIPAddress