public void SetAllowJsonRpc(
string url = "/jsonrpc"
)Public Sub SetAllowJsonRpc (
Optional url As String = "/jsonrpc"
)member SetAllowJsonRpc :
?url : string
(* Defaults:
let _url = defaultArg url "/jsonrpc"
*)
-> unit