We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d4036 commit a4b1476Copy full SHA for a4b1476
docs/core/extensions/snippets/http/generated/Program.cs
@@ -10,7 +10,7 @@
10
builder.Services.AddRefitClient<ITodoService>()
11
.ConfigureHttpClient(client =>
12
{
13
- // Set the base address of the named client.
+ // Set the base address of the typed client.
14
client.BaseAddress = new Uri("https://jsonplaceholder.typicode.com/");
15
16
// Add a user-agent default request header.
0 commit comments