DelegatingServiceJsonRpcDescriptor.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 internal override StreamJsonRpc.IJsonRpcMessageFormatter CreateFormatter ();
override this.CreateFormatter : unit -> StreamJsonRpc.IJsonRpcMessageFormatter
Protected Friend Overrides Function CreateFormatter () As IJsonRpcMessageFormatter
Returns
The new message formatter.