Freigeben über


JsonRpcProxyOptions Konstruktoren

Definition

Ü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()

Quelle:
JsonRpcProxyOptions.cs
Quelle:
JsonRpcProxyOptions.cs
Quelle:
JsonRpcProxyOptions.cs
Quelle:
JsonRpcProxyOptions.cs
Quelle:
JsonRpcProxyOptions.cs
Quelle:
JsonRpcProxyOptions.cs
Quelle:
JsonRpcProxyOptions.cs

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.

Gilt für: