Share via


JsonRpcProxyOptions Constructors

Definition

Overloads

JsonRpcProxyOptions()

Initializes a new instance of the JsonRpcProxyOptions class.

JsonRpcProxyOptions(JsonRpcProxyOptions)

Initializes a new instance of the JsonRpcProxyOptions class with properties initialized from another instance.

JsonRpcProxyOptions()

Initializes a new instance of the JsonRpcProxyOptions class.

public JsonRpcProxyOptions ();
Public Sub New ()

Applies to

JsonRpcProxyOptions(JsonRpcProxyOptions)

Initializes a new instance of the JsonRpcProxyOptions class with properties initialized from another instance.

public JsonRpcProxyOptions (StreamJsonRpc.JsonRpcProxyOptions copyFrom);
new StreamJsonRpc.JsonRpcProxyOptions : StreamJsonRpc.JsonRpcProxyOptions -> StreamJsonRpc.JsonRpcProxyOptions
Public Sub New (copyFrom As JsonRpcProxyOptions)

Parameters

copyFrom
JsonRpcProxyOptions

The options to copy values from.

Applies to