Microsoft Internet Security and Acceleration Server 2000

FpcPfLocalHostType

The FpcPfLocalHostType enumerated type contains values that describe the type of local host used by the packet filter.

enum FpcPfLocalHostType {
  fpcPfDefaultProxyExternalIp,
  fpcPfSpecificProxyIp,
  fpcPfInternalComputer,
  fpcPfInternalIPRange
};

Members

fpcPfDefaultProxyExternalIp (1)
No host specified (default external IP).
fpcPfSpecificProxyIp (2)
Proxy IP specified.
fpcPfInternalComputer (3)
Internal computer specified.
fpcPfInternalIPRange (4)
A range of internal IPs.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.