Delen via


DelegatingServiceJsonRpcDescriptor.ApplySettingsToInnerDescriptor Method

Definition

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.

Applies to