Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.RemoteHostType Property

Gets the type of remote host used by the filter.

VBScript Syntax[VBScript]

[ PFRemoteHostType = ] FPCIpPacketFilter.RemoteHostType

C++ Syntax[C++]

HRESULT get_RemoteHostType(
  FpcPFRemoteHostType *pPFRemoteHostType
);

Parameters

PFRemoteHostType
The remote host type. It can have a value of the FpcPFRemoteHostType enumerated type.

The property is read-only.

Remarks

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

Applies To

FPCIpPacketFilter