NetworkResponseModifier.Shadow Method
Definition
Shadows responses that match the URL mask regardless of the value of the response. Shadowed responses will be ignored by notification rules and not counted in the response statistics.
public void Shadow(string URLmask)
Parameters
URLmask stringURLmask can be any part of the URL. Use “*” as a wildcard at the beginning or end of the string and “?” as a single-letter wildcard.
Examples
NetworkResponseModifier.Shadow(“www.example.com/*”)