Namespace ProtoTest.Grpc.Clients
Classes
- ProtoGrpcClientInitializer
Initializes a named gRPC client from an explicit address, or from the application it belongs to: the application's
Grpc:Address, its base address, or its in-process transport. The channel is created when the client is first used, so an application whose test server starts later still works.
- ProtoGrpcClientRegistration
Registers the named gRPC client and its initializer, so Core creates the channel during setup the same way it creates every other client. Mirrors the HTTP client registration the other protocols use.