IJsonRpcFormatterTracingCallbacks Interface

Definition

Optionally implemented by a IJsonRpcMessageFormatter when it needs the fully serialized sequence in order to trace the JSON representation of the message.

public interface IJsonRpcFormatterTracingCallbacks
type IJsonRpcFormatterTracingCallbacks = interface
Public Interface IJsonRpcFormatterTracingCallbacks
Derived

Methods

OnSerializationComplete(JsonRpcMessage, ReadOnlySequence<Byte>)

Invites the formatter to call OnMessageSerialized(JsonRpcMessage, Object) with the JSON representation of the message just serialized..

Applies to