public GrpcNetClientAdapter WithAdditionalOptions(Action<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 GrpcChannelOptions from
other settings, but before creating the GrpcChannel.
An optional configuration delegate to apply to instances of GrpcChannelOptions
before they are provided to a GrpcChannel, 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-03-05 UTC."],[[["The `GrpcNetClientAdapter` class is an implementation of `GrpcAdapter` designed for use with Grpc.Net.Client."],["The class provides a default instance accessible through the `Default` property, returning a `GrpcNetClientAdapter`."],["You can customize `GrpcChannelOptions` by using the `WithAdditionalOptions` method, which returns a new adapter instance with specified configurations."],["Multiple versions of this library are available, from the latest 4.10.0 down to version 3.2.0."],["The class inherits members from `GrpcAdapter` and `object` classes."]]],[]]