Namespace: OpenEdge.Net.HTTP.Trace.Rule
Type: Interface ITraceRule
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:ITraceRule
Purpose:Interface for tracing rules. Individual rules implement this face
Author(s):pjudge
Created:2021-08-24
/* Indicates which messages this rule applies to: REQUEST, RESPONSE or both



Method Summary
  Options Name Purpose
  SetPolicyExceptions (Object[]) /* Setter for Policy Exceptions @param Object[] List of exception objects */

Property Summary
  Options Name Purpose
  OpenEdge.Net.HTTP.Trace.MessageTypeEnum MessageType
  OpenEdge.Net.HTTP.Trace.PolicyTypeEnum Policy
  Progress.Lang.Object PolicyExceptions


Method Detail
Top

SetPolicyExceptions (Object[])

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


Property Detail
Top

OpenEdge.Net.HTTP.Trace.MessageTypeEnum MessageType

Returns OpenEdge.Net.HTTP.Trace.MessageTypeEnum
 
Top

OpenEdge.Net.HTTP.Trace.PolicyTypeEnum Policy

Returns OpenEdge.Net.HTTP.Trace.PolicyTypeEnum
 
Top

Progress.Lang.Object PolicyExceptions

Returns Progress.Lang.Object