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 webpage provides documentation for the \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e class, which is an implementation of \u003ccode\u003eGrpcAdapter\u003c/code\u003e specifically designed for \u003ccode\u003eGrpc.Net.Client\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e class is located within the \u003ccode\u003eGoogle.Api.Gax.Grpc\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Api.Gax.Grpc.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage highlights the inheritance structure of \u003ccode\u003eGrpcNetClientAdapter\u003c/code\u003e, showcasing its derivation from \u003ccode\u003eGrpcAdapter\u003c/code\u003e and ultimately from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt is possible to retrieve the default instance of the class via the \u003ccode\u003eGrpcNetClientAdapter.Default\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWithAdditionalOptions\u003c/code\u003e method is used to generate a new instance of the class with extra options provided by an \u003ccode\u003eAction<GrpcChannelOptions>\u003c/code\u003e configuration delegate.\u003c/p\u003e\n"]]],[],null,[]]