Click or drag to resize

AspNetCoreRpcServerHandlerProcessRequestAsync Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodProcessRequestAsync(HttpContext)
Processes the JSON-RPC request contained in the HTTP request body, and writes the response to the HTTP response body.
Public methodProcessRequestAsync(RequestMessage, HttpContext)
Processes the specified JSON-RPC request with certain HttpContext, and returns the response.
Public methodProcessRequestAsync(RequestMessage, HttpContext, Boolean)
Processes the specified JSON-RPC request with certain HttpContext, and returns the response.
Top
See Also