ServiceJsonRpcDescriptor.CreateFormatter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of IJsonRpcMessageFormatter for use in a new server or client.
protected:
virtual StreamJsonRpc::IJsonRpcMessageFormatter ^ CreateFormatter();
protected virtual StreamJsonRpc.IJsonRpcMessageFormatter CreateFormatter ();
protected internal virtual StreamJsonRpc.IJsonRpcMessageFormatter CreateFormatter ();
abstract member CreateFormatter : unit -> StreamJsonRpc.IJsonRpcMessageFormatter
override this.CreateFormatter : unit -> StreamJsonRpc.IJsonRpcMessageFormatter
Protected Overridable Function CreateFormatter () As IJsonRpcMessageFormatter
Protected Friend Overridable Function CreateFormatter () As IJsonRpcMessageFormatter
Returns
The new message formatter.