Share via


IJsonRpcFormatterState Interface

Definition

An interface implemented by IJsonRpcMessageFormatter instances to support some formatter extensions such as MessageFormatterEnumerableTracker.

public interface IJsonRpcFormatterState
type IJsonRpcFormatterState = interface
Public Interface IJsonRpcFormatterState
Derived

Properties

DeserializingMessageWithId

Gets the ID of the response currently being deserialized.

SerializingMessageWithId

Gets the id of the request or response currently being serialized.

SerializingRequest

Gets a value indicating whether a JsonRpcRequest is being serialized.

Applies to