Microsoft Internet Security and Acceleration Server 2000

FPCWebProxy.DeniedMethods Property

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.

VBScript Syntax[VBScript]

[ collFpcDeniedMethods = ] FPCWebProxy.DeniedMethods 

C++ Syntax[C++]

HRESULT get_DeniedMethods( 
  IFpcDeniedMethods **pcollFpcDeniedMethods
);

Parameters

collFpcDeniedMethods
Returns a reference to the FPCDeniedMethods collection

The property is read only.

Remarks

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.

Applies To

FPCWebProxy