ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc) Constructor

Definition

Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class.

public:
 JsonRpcConnection(StreamJsonRpc::JsonRpc ^ jsonRpc);
public JsonRpcConnection (StreamJsonRpc.JsonRpc jsonRpc);
new Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection : StreamJsonRpc.JsonRpc -> Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection
Public Sub New (jsonRpc As JsonRpc)

Parameters

jsonRpc
JsonRpc

The JSON-RPC object.

Applies to