Microsoft Internet Security and Acceleration Server 2000 |
The FPCDeniedMethods collection represents a collection of HTTP or HTTP-like methods denied by an administrator.
There are protocols other than HTTP that make use of ports designated for HTTP use by using 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 and HTTP-like methods are permitted unless specifically denied by the administrator.
The FPCDeniedMethods collection is a member of an FPCWebProxy object.
Click here to see the ISA object hierarchy.
This object implements the IFPCDeniedMethods interface.
The following table lists the methods of the FPCDeniedMethods collection.
Method | Description |
---|---|
Add | Creates a new FPCDeniedMethod object, inserts it into the collection, and returns a reference to it. |
Item | Retrieves the given FPCDeniedMethod object from the collection. |
Refresh | Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
Remove | Removes an FPCDeniedMethod object from the collection. |
Save | Saves the collection's configuration to persistent storage. |
The following table lists the properties of the FPCDeniedMethods collection.
Property | Description |
---|---|
Count | Gets the number of FPCDeniedMethod objects in the collection. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.