JsonRpcTargetOptions 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
JsonRpcTargetOptions() |
Initializes a new instance of the JsonRpcTargetOptions class. |
JsonRpcTargetOptions(JsonRpcTargetOptions) |
Initializes a new instance of the JsonRpcTargetOptions class. |
JsonRpcTargetOptions()
Initializes a new instance of the JsonRpcTargetOptions class.
public JsonRpcTargetOptions ();
Public Sub New ()
Applies to
JsonRpcTargetOptions(JsonRpcTargetOptions)
Initializes a new instance of the JsonRpcTargetOptions class.
public JsonRpcTargetOptions (StreamJsonRpc.JsonRpcTargetOptions copyFrom);
new StreamJsonRpc.JsonRpcTargetOptions : StreamJsonRpc.JsonRpcTargetOptions -> StreamJsonRpc.JsonRpcTargetOptions
Public Sub New (copyFrom As JsonRpcTargetOptions)
Parameters
- copyFrom
- JsonRpcTargetOptions
An instance to copy all property values from.