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"]],[["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\u003eThis document provides details on the \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e class, which is an implementation of \u003ccode\u003eGrpcAdapter\u003c/code\u003e specifically for \u003ccode\u003eGrpc.Net.Client\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e class inherits from \u003ccode\u003eGrpcAdapter\u003c/code\u003e and ultimately from \u003ccode\u003eObject\u003c/code\u003e, allowing it to utilize several inherited members and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDefault\u003c/code\u003e property of \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e provides access to the default instance of the class, enabling users to leverage its standard configurations.\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 applied, providing flexibility in client configuration.\u003c/p\u003e\n"],["\u003cp\u003eThis is version 4.0.0, and users can view documentation for older versions including 4.10.0 (latest), 4.8.0, 4.4.0, 4.3.1, 4.2.0, and 3.2.0.\u003c/p\u003e\n"]]],[],null,[]]