Namespace: OpenEdge.Net.HTTP.Trace.Rule
Type: Interface ITraceFilterRule
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Trace.Rule.ITraceRule


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:ITraceFilterRule
Purpose:Interface for tracing rules that determine whether a request or response should be traced
Author(s):pjudge
Created:2021-12-07
/* Method to apply policy (and exceptions) to HTTP messages (request or response).
chain is processed



Method Summary
  Options Name Purpose
  LOGICAL ApplyPolicy (IHttpMessage) /* Method to apply policy (and exceptions) to HTTP messages (request or response). @param IHttpMessage The Request or Response object 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 */

Method Detail
Top

LOGICAL ApplyPolicy (IHttpMessage)

/* Method to apply policy (and exceptions) to HTTP messages (request or response).
chain is processed
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