共用方式為


JsonRpcProxyOptions 建構函式

定義

多載

JsonRpcProxyOptions()

初始化 JsonRpcProxyOptions 類別的新執行個體。

JsonRpcProxyOptions(JsonRpcProxyOptions)

使用從另一個實例初始化的屬性, JsonRpcProxyOptions 初始化 類別的新實例。

JsonRpcProxyOptions()

初始化 JsonRpcProxyOptions 類別的新執行個體。

public JsonRpcProxyOptions ();
Public Sub New ()

適用於

JsonRpcProxyOptions(JsonRpcProxyOptions)

使用從另一個實例初始化的屬性, JsonRpcProxyOptions 初始化 類別的新實例。

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

參數

copyFrom
JsonRpcProxyOptions

要從中複製值的選項。

適用於