IJsonRpcFormatterCallbacks.RequestTransmissionAborted Event
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.
Occurs when JsonRpc aborts the transmission of an outbound request (that was not a notification).
event EventHandler<StreamJsonRpc.Reflection.JsonRpcMessageEventArgs> RequestTransmissionAborted;
member this.RequestTransmissionAborted : EventHandler<StreamJsonRpc.Reflection.JsonRpcMessageEventArgs>
Event RequestTransmissionAborted As EventHandler(Of JsonRpcMessageEventArgs)
Event Type
Remarks
This usually occurs because of an exception during serialization or transmission, possibly due to cancellation.