File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
aspnetcore/blazor/fundamentals Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1513,7 +1513,7 @@ app.MapBlazorHub();
15131513
15141514## Impersonation for Windows Authentication
15151515
1516- Authenticated hub connections (<xref :Microsoft .AspNetCore .SignalR .Client .HubConnection >) are typically created with <xref :Microsoft .AspNetCore .Http .Connections .Client .HttpConnectionOptions .UseDefaultCredentials %2A > to indicate the use of default credentials for HTTP requests :
1516+ Authenticated hub connections (<xref :Microsoft .AspNetCore .SignalR .Client .HubConnection >) are created with <xref :Microsoft .AspNetCore .Http .Connections .Client .HttpConnectionOptions .UseDefaultCredentials %2A > to indicate the use of default credentials for HTTP requests :
15171517
15181518```csharp
15191519protected override async Task OnInitializedAsync ()
You can’t perform that action at this time.
0 commit comments