Compartir a través de


ServiceJsonRpcDescriptor.JsonRpcConnection Constructors

Definition

Overloads

ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc)

Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class.

ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc, ServiceJsonRpcDescriptor)

Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class.

ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc)

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

ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc, ServiceJsonRpcDescriptor)

Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class.

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

Parameters

jsonRpc
JsonRpc

The JSON-RPC object.

owner
ServiceJsonRpcDescriptor

The descriptor that created this object.

Applies to