public WebSocketJsonRpcParserPlugin SetAllowJsonRpc(
Func<IWebSocket, HttpContext, Task<bool>> allowJsonRpc
)
Public Function SetAllowJsonRpc (
allowJsonRpc As Func(Of IWebSocket, HttpContext, Task(Of Boolean))
) As WebSocketJsonRpcParserPlugin
member SetAllowJsonRpc :
allowJsonRpc : Func<IWebSocket, HttpContext, Task<bool>> -> WebSocketJsonRpcParserPlugin
[缺少 "M:TouchSocket.JsonRpc.WebSocketJsonRpcParserPlugin.SetAllowJsonRpc(System.Func{TouchSocket.Http.WebSockets.IWebSocket,TouchSocket.Http.HttpContext,System.Threading.Tasks.Task{System.Boolean}})" 的 <param name="allowJsonRpc"/> 文档]
[缺少 "M:TouchSocket.JsonRpc.WebSocketJsonRpcParserPlugin.SetAllowJsonRpc(System.Func{TouchSocket.Http.WebSockets.IWebSocket,TouchSocket.Http.HttpContext,System.Threading.Tasks.Task{System.Boolean}})" 的 <returns> 文档]