Microsoft Internet Security and Acceleration Server 2000

FpcProtocolSelectionType

The FpcProtocolSelectionType enumerated type contains values that describe type of protocols to which a protocol rule applies.

enum FpcProtocolSelectionType {
  fpcAllIpTraffic,
  fpcSpecifiedProtocols,
  fpcAllExceptSpecifiedProtocols
};

Members

fpcAllIpTraffic
All Internet Protocol (IP) connections.
fpcSpecifiedProtocols
Protocols specified by the SpecifiedProtocols property.
fpcAllExceptSpecifiedProtocols
All IPs except the specified protocols.

Requirements

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