You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace NetworkTimeout with the ability to just provide an HttpClient as per API review. Also fixed an issue with paths on configured base URLs getting dropped.
Fixes#133Fixes#138
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SystemWebAdapters.SessionState/RemoteSession/RemoteAppSessionStateClientOptions.cs
-8
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
// The .NET Foundation licenses this file to you under the MIT license.
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SystemWebAdapters/Adapters/Authentication/RemoteAppAuthenticationClientOptions.cs
-8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
// Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
-
usingSystem;
5
4
usingSystem.Collections.Generic;
6
5
usingSystem.Collections.Immutable;
7
6
usingSystem.ComponentModel.DataAnnotations;
@@ -37,13 +36,6 @@ public class RemoteAppAuthenticationClientOptions : AuthenticationSchemeOptions
0 commit comments