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-03-05 UTC."],[[["This webpage provides documentation for the `GrpcNetClientAdapter` class, which is an implementation of `GrpcAdapter` specifically designed for `Grpc.Net.Client`."],["The `GrpcNetClientAdapter` class is located within the `Google.Api.Gax.Grpc` namespace and is part of the `Google.Api.Gax.Grpc.dll` assembly."],["The webpage highlights the inheritance structure of `GrpcNetClientAdapter`, showcasing its derivation from `GrpcAdapter` and ultimately from the `object` class."],["It is possible to retrieve the default instance of the class via the `GrpcNetClientAdapter.Default` property."],["The `WithAdditionalOptions` method is used to generate a new instance of the class with extra options provided by an `Action\u003cGrpcChannelOptions\u003e` configuration delegate."]]],[]]