An action doing no operation.
Evaluation scope defines the timing where this filter will be applied.
requestBodyReceivedFromClient This scope occurs the moment fluxzy received fully the request body from the client. In a fullstreaming mode which is the default mode, this event occurs when the full body is already fully sent to the remote server.
noOpAction
This action has no specific characteristic
The following examples apply this action to any exchanges
An action doing no operation.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: NoOpAction
description: No operation
View definition of NoOpAction for .NET integration.
This action has no related action