JsonRpcProxyOptions Constructors
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.
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.