IJsonRpcFormatterCallbacks Interface

Definition

Implemented by JsonRpc to expose callbacks allowing an IJsonRpcMessageFormatter to perform resource cleanup.

public interface IJsonRpcFormatterCallbacks
type IJsonRpcFormatterCallbacks = interface
Public Interface IJsonRpcFormatterCallbacks
Derived

Events

RequestTransmissionAborted

Occurs when JsonRpc aborts the transmission of an outbound request (that was not a notification).

ResponseReceived

Occurs when JsonRpc receives a response to a previously sent request.

ResponseSent

Occurs when JsonRpc transmits a response message.

Applies to