Click or drag to resize

AmqpCFXEndpointOnRequestReceived Event

Event that fires whenever a request type CFX message is received by this Endpoint from another Endpoint. Implement this event with your own handler to process incoming point-to-point Request / Response type CFX messages.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public event OnRequestHandler OnRequestReceived

Value

OnRequestHandler
See Also