![]() | AspNetCoreRpcServerHandler Class |
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.AspNetCore
The AspNetCoreRpcServerHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AspNetCoreRpcServerHandler | Initializes a new instance of the AspNetCoreRpcServerHandler class |
Name | Description | |
---|---|---|
![]() | DefaultFeatures |
Gets/sets the default features applied to the RequestContext.
(Inherited from JsonRpcServerHandler.) |
![]() | EmitContentCharset |
Whether to follow the ResponseContentType with a "charset=xxx" part
when writing messages to the stream. This property has no effect if ResponseContentType
is null.
|
![]() | Encoding |
Encoding of the emitted messages.
|
![]() | ResponseContentType |
Content-Type header value of the emitted messages.
|
![]() | ServiceHost |
Gets the underlying IJsonRpcServiceHost.
(Inherited from JsonRpcServerHandler.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetStatusCodeFromResponse |
Gets corresponding HTTP status code from a specific JSON-RPC response.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessRequestAsync(HttpContext) |
Processes the JSON-RPC request contained in the HTTP request body,
and writes the response to the HTTP response body.
|
![]() | ProcessRequestAsync(RequestMessage, HttpContext) |
Processes the specified JSON-RPC request with certain HttpContext, and returns the response.
|
![]() | ProcessRequestAsync(RequestMessage, HttpContext, Boolean) |
Processes the specified JSON-RPC request with certain HttpContext, and returns the response.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteResponseAsync |
Asynchronously writes JSON-RPC response to the HTTP response.
|