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
Type Description
GrpcNetClientAdapter

Methods

CreateChannelImpl(String, ChannelCredentials, GrpcChannelOptions)

protected override ChannelBase CreateChannelImpl(string endpoint, ChannelCredentials credentials, GrpcChannelOptions options)
Parameters
Name Description
endpoint String
credentials ChannelCredentials
options GrpcChannelOptions
Returns
Type Description
ChannelBase