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

JsonRpcUtilityIsJsonRpcRequest 方法

是否属于JsonRpc请求

Definition

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

参数

jsonString  String

[缺少 "M:TouchSocket.JsonRpc.JsonRpcUtility.IsJsonRpcRequest(System.String)" 的 <param name="jsonString"/> 文档]

返回值

Boolean

[缺少 "M:TouchSocket.JsonRpc.JsonRpcUtility.IsJsonRpcRequest(System.String)" 的 <returns> 文档]

参见