public GrpcNetClientAdapter WithAdditionalOptions(Action<Grpc.Net.Client.GrpcChannelOptions> configure)
Returns a new instance based on this one, but with the additional options configurer specified.
The options configurer is called after creating the from
other settings, but before creating the .
An optional configuration delegate to apply to instances of
before they are provided to a , after any configuration applied by this adapter. May be null,
in which case a new instance is returned but with the same option configurer as this one.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["This document provides details on the `GrpcNetClientAdapter` class, which is an implementation of `GrpcAdapter` specifically for `Grpc.Net.Client`."],["The `GrpcNetClientAdapter` class inherits from `GrpcAdapter` and ultimately from `Object`, allowing it to utilize several inherited members and methods."],["The `Default` property of `GrpcNetClientAdapter` provides access to the default instance of the class, enabling users to leverage its standard configurations."],["The `WithAdditionalOptions` method allows users to create a new `GrpcNetClientAdapter` instance with custom `GrpcChannelOptions` applied, providing flexibility in client configuration."],["This is version 4.0.0, and users can view documentation for older versions including 4.10.0 (latest), 4.8.0, 4.4.0, 4.3.1, 4.2.0, and 3.2.0."]]],[]]