Click or drag to resize

AspNetCoreRpcServerHandler Properties

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

The AspNetCoreRpcServerHandler type exposes the following members.

Properties
  NameDescription
Public propertyDefaultFeatures
Gets/sets the default features applied to the RequestContext.
(Inherited from JsonRpcServerHandler.)
Public propertyEmitContentCharset
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.
Public propertyEncoding
Encoding of the emitted messages.
Public propertyResponseContentType
Content-Type header value of the emitted messages.
Public propertyServiceHost
Gets the underlying IJsonRpcServiceHost.
(Inherited from JsonRpcServerHandler.)
Top
See Also