IClientBuilder.PostConfigure(Action<ClientSettings>) 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.
Adds a configuration action to be executed after the initial configuration of ClientSettings.
public System.ClientModel.Primitives.IClientBuilder PostConfigure(Action<System.ClientModel.Primitives.ClientSettings> configure);
abstract member PostConfigure : Action<System.ClientModel.Primitives.ClientSettings> -> System.ClientModel.Primitives.IClientBuilder
Public Function PostConfigure (configure As Action(Of ClientSettings)) As IClientBuilder
Parameters
- configure
- Action<ClientSettings>
Factory method to modify the ClientSettings.