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-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\u003eThe class provides a default instance accessible through the \u003ccode\u003eDefault\u003c/code\u003e property, returning a \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize \u003ccode\u003eGrpcChannelOptions\u003c/code\u003e by using the \u003ccode\u003eWithAdditionalOptions\u003c/code\u003e method, which returns a new adapter instance with specified configurations.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of this library are available, from the latest 4.10.0 down to version 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits members from \u003ccode\u003eGrpcAdapter\u003c/code\u003e and \u003ccode\u003eobject\u003c/code\u003e classes.\u003c/p\u003e\n"]]],[],null,[]]