Share via


ServiceJsonRpcDescriptor.JsonRpcConnection.LocalRpcProxyOptions Property

Definition

Gets or sets the options to pass to Attach<T>(JsonRpcProxyOptions) in the default implementation of ConstructRpcClient<T>().

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

Property Value

Applies to