Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets whether IP packet filtering is enabled. If the enterprise administrator forces packet filtering through the FPCEnterprise.ForcePacketFiltering property, an array administrator will not be able to disable packet filtering through this Property.
Note When you've changed the setting by using the Enabled property, and have saved changes by using the Save method, the Firewall and Web proxy (w3proxy) services must be restarted for your change to take effect. To stop and restart the services, use the FPCArray.SendRestartNotification method.
FPCIpPacketFilters.Enabled [ = bEnabled ]
HRESULT get_Enabled( VARIANT_BOOL *pbEnabled ); HRESULT put_Enabled( VARIANT_BOOL bEnabled );
The property is read-write.