public class AuthServiceClient : ClientBase<AuthServiceAuthServiceClient>
AuthServiceAuthServiceClient(CallInvoker) | Creates a new client for AuthService that uses a custom CallInvoker. |
AuthServiceAuthServiceClient(ChannelBase) | Creates a new client for AuthService |
Get(AerospikeAuthRequest, CallOptions) | |
Get(AerospikeAuthRequest, Metadata, NullableDateTime, CancellationToken) | |
GetAsync(AerospikeAuthRequest, CallOptions) | |
GetAsync(AerospikeAuthRequest, Metadata, NullableDateTime, CancellationToken) | |
WithHost |
Creates a new client that sets host field for calls explicitly.
gRPC supports multiple "hosts" being served by a single server.
By default (if a client was not created by calling this method),
host null with the meaning "use default host" is used.
(Inherited from ClientBaseAuthServiceAuthServiceClient) |