This is an abstract class with all concrete subclasses internal, and internal abstract methods
to prevent instantiation elsewhere. (The abstraction itself may change over time.)
Methods
GetFallbackAdapter(ServiceMetadata)
public static GrpcAdapter GetFallbackAdapter(ServiceMetadata serviceMetadata)
Returns a fallback provider suitable for the given API
[[["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-04-17 UTC."],[[["`GrpcAdapter` is an abstract class serving as an interoperability layer for various gRPC transports, preventing direct instantiation."],["Concrete subclasses of `GrpcAdapter` include `GrpcCoreAdapter`, `GrpcNetClientAdapter`, and `RestGrpcAdapter`, each handling different gRPC transport mechanisms."],["The class inherits several methods and properties from the base `Object` class, including `ToString()`, `Equals()`, `GetHashCode()`, and `GetType()`."],["The `GetFallbackAdapter` method provides a way to obtain a suitable `GrpcAdapter` instance for a given API, and it prefers the use of binary gRPC."],["Version 4.10.0 is the most current available version in the documentation, which is also listed as the \"latest\"."]]],[]]