public Func<IWebSocket, HttpContext, Task<bool>> AllowJsonRpc { get; set; }
Public Property AllowJsonRpc As Func(Of IWebSocket, HttpContext, Task(Of Boolean)) Get Set
member AllowJsonRpc : Func<IWebSocket, HttpContext, Task<bool>> with get, set
In This Article