Overload | Description |
---|---|
GeoIgnoreAttribute Constructor() | Tells the firewall to ignore blocking this endpoint based on it's geographical origins regardless of how often the endpoint was severed to the requester |
GeoIgnoreAttribute Constructor(Int32) | Tells the firewall to ignore this endpoint if the total times the page was requested in the current session is less than the maximum requests specified |
GeoIgnoreAttribute Constructor(Int32,TimeSpan) | Tells the firewall to ignore this endpoint if the total times the page was requested in the current session is less than the maximum requests specified |
GeoIgnoreAttribute Constructor(Int32,TimeSpan,String,String,Nullable<Int32>) | Tells the firewall to ignore this endpoint if the total times the page was requested in the current session is less than the maximum requests specified |
GeoIgnoreAttribute Constructor(Int32,TimeSpan,Uri) | Tells the firewall to ignore this endpoint if the total times the page was requested in the current session is less than the maximum requests specified |