DelegatingServiceJsonRpcDescriptor.ApplySettingsToInnerDescriptor Method
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.
Ensures that settings from the current instance are applied to delegated descriptor.
protected void ApplySettingsToInnerDescriptor ();
member this.ApplySettingsToInnerDescriptor : unit -> unit
Protected Sub ApplySettingsToInnerDescriptor ()
Remarks
This is called by ConstructRpcConnection(IDuplexPipe) by default but if derived class overrides that method it should call this method to ensure settings are applied properly to the delegated descriptor.