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-04-17 UTC."],[[["The `GrpcNetClientAdapter` class is an implementation of `GrpcAdapter` designed for use with Grpc.Net.Client."],["This class inherits from `GrpcAdapter`, which itself inherits from the `object` class, giving it access to various inherited members such as `Equals`, `GetHashCode`, and `ToString`."],["A default instance of `GrpcNetClientAdapter` is available via the `Default` property, allowing for straightforward access."],["The `WithAdditionalOptions` method allows users to create a new `GrpcNetClientAdapter` instance with custom `GrpcChannelOptions` configurations."]]],[]]