public sealed class GrpcNetClientAdapter : GrpcAdapter
Implementation of GrpcAdapter for Grpc.Net.Client.
Namespace
Google.Api.Gax.Grpc.GrpcNetClientAssembly
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 |