Class GrpcNetClientAdapter (3.2.0)

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
NameDescription
endpointString
credentialsChannelCredentials
optionsGrpcChannelOptions
Returns
TypeDescription
ChannelBase