Class GrpcNetClientAdapter

public sealed class GrpcNetClientAdapter : GrpcAdapter

Implementation of GrpcAdapter for Grpc.Net.Client.

Inheritance

Object > GrpcAdapter > GrpcNetClientAdapter

Namespace

Google.Api.Gax.Grpc.GrpcNetClient

Assembly

Google.Api.Gax.Grpc.GrpcNetClient.dll

Properties

Default

public static GrpcNetClientAdapter Default { get; }

Returns the default instance of this class.

Property Value
TypeDescription
GrpcNetClientAdapter

Methods

CreateChannelImpl(String, ChannelCredentials, GrpcChannelOptions)

protected override ChannelBase CreateChannelImpl(string endpoint, ChannelCredentials credentials, GrpcChannelOptions options)
Parameters
TypeNameDescription
Stringendpoint
ChannelCredentialscredentials
GrpcChannelOptionsoptions
Returns
TypeDescription
ChannelBase