Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Net.HTTP.Trace.Rule.UrlRule

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Documentation
Namespace: OpenEdge.Net.HTTP.Trace.Rule
Type: Class UrlRule
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:UrlRule
Purpose:Trace rule to determine whether a request URL should be traced or not
Author(s):pjudge
Created:2021-08-24



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 */
  SetPolicyExceptions (Object[]) /* Setter for Policy Exceptions @param Object[] List of exception objects */

Constructor Summary
  Options Name Purpose
  UrlRule (PolicyTypeEnum)

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
Top

SetPolicyExceptions (Object[])

/* Setter for Policy Exceptions
Parameters:
pExceptions Progress.Lang.Object
 


Constructor Detail
Top

UrlRule (PolicyTypeEnum)



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