Skip to content

Instantly share code, notes, and snippets.

@mustakimali
Last active August 14, 2019 23:10
Show Gist options
  • Select an option

  • Save mustakimali/16f60e5a4fbea468a49371d0f31f7ba3 to your computer and use it in GitHub Desktop.

Select an option

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