JsonRpcProxyOptions Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
JsonRpcProxyOptions() |
Initialisiert eine neue Instanz der JsonRpcProxyOptions-Klasse. |
JsonRpcProxyOptions(JsonRpcProxyOptions) |
Initialisiert eine neue Instanz der Klasse mit Eigenschaften, die JsonRpcProxyOptions von einer anderen Instanz initialisiert werden. |
JsonRpcProxyOptions()
Initialisiert eine neue Instanz der JsonRpcProxyOptions-Klasse.
public JsonRpcProxyOptions ();
Public Sub New ()
Gilt für:
JsonRpcProxyOptions(JsonRpcProxyOptions)
Initialisiert eine neue Instanz der Klasse mit Eigenschaften, die JsonRpcProxyOptions von einer anderen Instanz initialisiert werden.
public JsonRpcProxyOptions (StreamJsonRpc.JsonRpcProxyOptions copyFrom);
new StreamJsonRpc.JsonRpcProxyOptions : StreamJsonRpc.JsonRpcProxyOptions -> StreamJsonRpc.JsonRpcProxyOptions
Public Sub New (copyFrom As JsonRpcProxyOptions)
Parameter
- copyFrom
- JsonRpcProxyOptions
Die Optionen zum Kopieren von Werten aus.