Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.LocalHostType Property

Gets the type of local host used by the filter.

VBScript Syntax[VBScript]

[ PFLocalHostType = ] FPCIpPacketFilter.LocalHostType

C++ Syntax[C++]

HRESULT get_LocalHostType(
  FpcPFLocalHostType *pPFLocalHostType
);

Parameters

PFLocalHostType
The local host type. It can have a value from the FpcPFLocalHostType enumerated type.

The property is read-only.

Remarks

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

Applies To

FPCIpPacketFilter