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 such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA default instance of \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e is available via the \u003ccode\u003eDefault\u003c/code\u003e property, allowing for straightforward access.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWithAdditionalOptions\u003c/code\u003e method allows users to create a new \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e instance with custom \u003ccode\u003eGrpcChannelOptions\u003c/code\u003e configurations.\u003c/p\u003e\n"]]],[],null,[]]