ServiceJsonRpcDescriptor.JsonRpcConnection.LocalRpcTargetOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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