Share via


IPPermission 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 following tables list the members exposed by the IPPermission type.

Public Methods

(see also Protected Methods )

  Name Description
Aa493991.pubmethod(en-us,EXCHG.80).gif 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.
Aa493991.pubmethod(en-us,EXCHG.80).gif 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.
Aa493991.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa493991.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa493991.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa493991.pubmethod(en-us,EXCHG.80).gifAa493991.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa493991.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa493991.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa493991.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top