Skip to content

Instantly share code, notes, and snippets.

@mustakimali
Last active August 14, 2019 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustakimali/16f60e5a4fbea468a49371d0f31f7ba3 to your computer and use it in GitHub Desktop.
Save mustakimali/16f60e5a4fbea468a49371d0f31f7ba3 to your computer and use it in GitHub Desktop.
services.AddGrpcClient<DemoService.DemoServiceClient>(c =>
{
c.BaseAddress = new Uri("http://localhost:5000");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment