ServiceJsonRpcDescriptor.JsonRpcConnection.LocalRpcTargetOptions Property

Definition

Gets or sets the options to pass to AddLocalRpcTarget(Object, JsonRpcTargetOptions) in the default implementation of AddLocalRpcTarget(Object).

public:
 property StreamJsonRpc::JsonRpcTargetOptions ^ LocalRpcTargetOptions { StreamJsonRpc::JsonRpcTargetOptions ^ get(); void set(StreamJsonRpc::JsonRpcTargetOptions ^ value); };
public StreamJsonRpc.JsonRpcTargetOptions LocalRpcTargetOptions { get; set; }
member this.LocalRpcTargetOptions : StreamJsonRpc.JsonRpcTargetOptions with get, set
Public Property LocalRpcTargetOptions As JsonRpcTargetOptions

Property Value

Applies to