We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Checks if the endpoint matches any of the provided patterns
private static bool IsNoisyEndpoint(Microsoft.AspNetCore.Http.HttpContext ctx, string[] patterns);
ctx Microsoft.AspNetCore.Http.HttpContext
ctx
patterns System.String[]
patterns
System.Boolean