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

JsonRpcUtilityToJsonRpcResponseString 方法

ToJsonRpcResponseString

Definition

命名空间: TouchSocket.JsonRpc
程序集: TouchSocket.JsonRpc (在 TouchSocket.JsonRpc.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public static string ToJsonRpcResponseString(
	JsonRpcResponseBase response
)

参数

response  JsonRpcResponseBase

[缺少 "M:TouchSocket.JsonRpc.JsonRpcUtility.ToJsonRpcResponseString(TouchSocket.JsonRpc.JsonRpcResponseBase)" 的 <param name="response"/> 文档]

返回值

String

[缺少 "M:TouchSocket.JsonRpc.JsonRpcUtility.ToJsonRpcResponseString(TouchSocket.JsonRpc.JsonRpcResponseBase)" 的 <returns> 文档]

参见