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


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:ITraceDataRule
Purpose:Interface for tracing rules that add/update trace data on the ExchangeData
object
Author(s):pjudge
Created:2021-12-07
/* Method to apply policy (and exceptions) to HTTP messages (request or response).



Method Summary
  Options Name Purpose
  ApplyPolicy (IHttpMessage, ExchangeData) /* Method to apply policy (and exceptions) to HTTP messages (request or response). @param IHttpMessage The Request or Response object being processed @param ExchangeData The current trace data. A rule may update this data */

Method Detail
Top

ApplyPolicy (IHttpMessage, ExchangeData)

/* Method to apply policy (and exceptions) to HTTP messages (request or response).
Parameters:
pMessage OpenEdge.Net.HTTP.IHttpMessage
 
pTraceData OpenEdge.Net.HTTP.Trace.ExchangeData