Share via


IPPermission Members

Include Protected Members
Include Inherited Members

The IPPermission class is a base class from which classes derive that implement methods and properties for managing the Internet Protocol (IP) Allow/Deny list of the server.

The IPPermission type exposes the following members.

Methods

  Name Description
Public method AddRestriction When overridden in a derived class, the AddRestriction method adds a new entry to the Internet Protocol (IP) Allow/Deny list that returns a Deny status.
Public method Check When overridden in a derived class, the Check method determines whether the specified IP address is on the Allow list, the Deny list, or neither list.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top