Skip to content

Commit 598a2d7

Browse files
committed
Updates
1 parent 6e2b30a commit 598a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
15191519
protected override async Task OnInitializedAsync()

0 commit comments

Comments
 (0)