IJsonRpcFormatterState.SerializingRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether a JsonRpcRequest is being serialized.
public bool SerializingRequest { get; }
member this.SerializingRequest : bool
Public ReadOnly Property SerializingRequest As Boolean
Property Value
Remarks
A response is being serialized if this property's value is false
while SerializingMessageWithId is non-empty.