Namespace: OpenEdge.Net.HTTP.Trace.Rule
Type: Class BodyFilterRule
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Trace.Rule.BodyRule
Implements: OpenEdge.Net.HTTP.Trace.Rule.ITraceFilterRule


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:BodyRule
Purpose:Applies tracing rules for the message body
Author(s):pjudge
Created:2021-11-17



Method Summary
  Options Name Purpose
  LOGICAL ApplyPolicy (IHttpMessage) /* Method to apply policy (and exceptions) to HTTP messages. @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
  BodyFilterRule (MessageTypeEnum, PolicyTypeEnum)

Method Detail
Top

LOGICAL ApplyPolicy (IHttpMessage)

/* Method to apply policy (and exceptions) to HTTP messages.
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

BodyFilterRule (MessageTypeEnum, PolicyTypeEnum)

Parameters:
pMessageType OpenEdge.Net.HTTP.Trace.MessageTypeEnum
 
pPolicy OpenEdge.Net.HTTP.Trace.PolicyTypeEnum