HttpJsonRpcOptionAllowJsonRpc 属性
允许JsonRpc的委托。
命名空间: TouchSocket.JsonRpc程序集: TouchSocket.JsonRpc (在 TouchSocket.JsonRpc.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public Func<IHttpSessionClient, HttpContext, Task<bool>> AllowJsonRpc { get; set; }
Public Property AllowJsonRpc As Func(Of IHttpSessionClient, HttpContext, Task(Of Boolean))
Get
Set
member AllowJsonRpc : Func<IHttpSessionClient, HttpContext, Task<bool>> with get, set
属性值
FuncIHttpSessionClient,
HttpContext,
TaskBoolean