Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Net.HTTP.Trace.Rule.QueryStringFilterRule

OpenEdge.Net.HTTP.Trace.Rule.QueryStringFilterRule

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Version 12.8
    • Documentation
Namespace: OpenEdge.Net.HTTP.Trace.Rule
Type: Class QueryStringFilterRule
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Trace.Rule.TraceRule
Implements: OpenEdge.Net.HTTP.Trace.Rule.ITraceFilterRule


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:QueryStringRule
Purpose:Trace rule to determine whether a query string should be
considered for filtering or tracing
Author(s):dugrau
Created:2021-09-09
Notes:* This FILTER rule applies only to REQUESTs.
/* Constructor.



Method Summary
  Options Name Purpose
  LOGICAL ApplyPolicy (IHttpMessage) /* Method to apply policy (and exceptions) to HTTP messages (request ONLY for this class). @param IHttpMessage The Request or Response object (message) being processed @return logical If FALSE then the processing of the rule chain halts; if TRUE the next rule (if any) in the chain is processed */

Constructor Summary
  Options Name Purpose
  QueryStringFilterRule (PolicyTypeEnum) /* Constructor. @param PolicyTypeEnum The policy to apply. */

Method Detail
Top

LOGICAL ApplyPolicy (IHttpMessage)

/* Method to apply policy (and exceptions) to HTTP messages (request ONLY for this class).
Parameters:
pMessage OpenEdge.Net.HTTP.IHttpMessage
 
Returns LOGICAL
  logical If FALSE then the processing of the rule chain halts; if TRUE the next rule (if any) in the chain is processed


Constructor Detail
Top

QueryStringFilterRule (PolicyTypeEnum)

/* Constructor.
Parameters:
pPolicy OpenEdge.Net.HTTP.Trace.PolicyTypeEnum
 


TitleResults for “How to create a CRG?”Also Available inAlert