共用方式為


JsonRpcResponseEventArgs 類別

定義

RequestId具有回應訊息的 和 成功狀態。

public class JsonRpcResponseEventArgs : StreamJsonRpc.Reflection.JsonRpcMessageEventArgs
type JsonRpcResponseEventArgs = class
    inherit JsonRpcMessageEventArgs
Public Class JsonRpcResponseEventArgs
Inherits JsonRpcMessageEventArgs
繼承
JsonRpcResponseEventArgs

建構函式

JsonRpcResponseEventArgs(RequestId, Boolean)

初始化 JsonRpcResponseEventArgs 類別的新執行個體。

屬性

IsSuccessfulResponse

取得值,指出回應是否為結果 (,而不是錯誤) 。

RequestId

取得要求、結果或錯誤的識別碼。

(繼承來源 JsonRpcMessageEventArgs)

適用於