Microsoft Internet Security and Acceleration Server 2000 |
Gets the FPCDeniedMethods collection of HTTP-like protocols that have been denied by the ISA administrator.
This method denial feature can be accessed only through the ISA COM objects, not through ISA Management.
[ collFpcDeniedMethods = ] FPCWebProxy.DeniedMethods
HRESULT get_DeniedMethods( IFpcDeniedMethods **pcollFpcDeniedMethods );
The property is read only.
There are protocols other than HTTP that use HTTP-like methods. The FPCDeniedMethods collection of FPCDeniedMethod objects allows an administrator to block the use of specific protocols by denying connections for specific methods.
Note By default, all of the HTTP-like methods are permitted unless specifically denied by the administrator.