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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e class is an implementation of \u003ccode\u003eGrpcAdapter\u003c/code\u003e designed for use with Grpc.Net.Client.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eGrpcAdapter\u003c/code\u003e, which itself inherits from the \u003ccode\u003eobject\u003c/code\u003e class, giving it access to various inherited members and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDefault\u003c/code\u003e property of the class provides a readily available default instance of \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWithAdditionalOptions\u003c/code\u003e method allows for the creation of a new \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e instance with custom \u003ccode\u003eGrpcChannelOptions\u003c/code\u003e configurations applied before the \u003ccode\u003eGrpcChannel\u003c/code\u003e is created.\u003c/p\u003e\n"],["\u003cp\u003eVersion 4.10.0 is the most recent release in the provided list, while versions as far back as 3.2.0 are available.\u003c/p\u003e\n"]]],[],null,[]]