ServiceJsonRpcDescriptor.JsonRpcConnection.LocalRpcProxyOptions 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 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