AspNetCoreRpcServerHandler Properties |
[This is preliminary documentation and is subject to change.]
The AspNetCoreRpcServerHandler type exposes the following members.
| 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.) |