Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.IpHalfScanDetectionEnabled Property

Gets or sets whether Internet Protocol (IP) half-scan attacks are detected and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

VBScript Syntax[VBScript]

FPCIpPacketFilters.IpHalfScanDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_IPHalfScanDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_IPHalfScanDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether detection of IP half scan attacks is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters