Interfaces |
|
OpenEdge.Net.HTTP.Trace.Rule.ITraceDataRule
|
Interface for tracing rules that add/update trace data on the ExchangeData
object
|
|
|
OpenEdge.Net.HTTP.Trace.Rule.ITraceFilterRule
|
Interface for tracing rules that determine whether a request or response should be traced
|
|
|
OpenEdge.Net.HTTP.Trace.Rule.ITraceRule
|
Interface for tracing rules. Individual rules implement this face
|
Classes |
|
BodyDataRule
|
Applies tracing rules for the message body
|
|
|
BodyFilterRule
|
Applies tracing rules for the message body
|
|
|
BodyRule
|
Message body rule - for FILTER and DATA policies
|
|
|
CookieRule
|
|
|
|
HeaderRule
|
|
|
|
QueryStringDataRule
|
Trace rule to determine whether a query string should be
considered for filtering or tracing
|
|
|
QueryStringFilterRule
|
Trace rule to determine whether a query string should be
considered for filtering or tracing
|
|
|
StatusCodeRule
|
Filter rule for response status codes
|
|
|
TraceRule
|
Abstract tracerule class - holds information about the rule.
Child classes provide the implementation of the rule in
their ApplyPolicy() method overrides.
|
|
|
UrlRule
|
Trace rule to determine whether a request URL should be traced or not
|