Aracılığıyla paylaş


JsonRpcProxyOptions Oluşturucular

Tanım

Aşırı Yüklemeler

JsonRpcProxyOptions()

JsonRpcProxyOptions sınıfının yeni bir örneğini başlatır.

JsonRpcProxyOptions(JsonRpcProxyOptions)

Başka bir örnekten JsonRpcProxyOptions başlatılan özelliklerle sınıfının yeni bir örneğini başlatır.

JsonRpcProxyOptions()

JsonRpcProxyOptions sınıfının yeni bir örneğini başlatır.

public JsonRpcProxyOptions ();
Public Sub New ()

Şunlara uygulanır

JsonRpcProxyOptions(JsonRpcProxyOptions)

Başka bir örnekten JsonRpcProxyOptions başlatılan özelliklerle sınıfının yeni bir örneğini başlatır.

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

Parametreler

copyFrom
JsonRpcProxyOptions

Değerleri kopyalama seçenekleri.

Şunlara uygulanır