一款简单易用的基础网络通讯组件库。

JsonRpcCallContextBase 构造函数

JsonRpc调用上下文

Definition

命名空间: TouchSocket.JsonRpc
程序集: TouchSocket.JsonRpc (在 TouchSocket.JsonRpc.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public JsonRpcCallContextBase(
	Object caller,
	string jsonString
)

参数

caller  Object

[缺少 "M:TouchSocket.JsonRpc.JsonRpcCallContextBase.#ctor(System.Object,System.String)" 的 <param name="caller"/> 文档]

jsonString  String

[缺少 "M:TouchSocket.JsonRpc.JsonRpcCallContextBase.#ctor(System.Object,System.String)" 的 <param name="jsonString"/> 文档]

参见