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
Copy file name to clipboardExpand all lines: Simple.HttpClientFactory/MessageHandlers/HttpClientHandlerEx.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
usingSystem;
1
+
#if NETSTANDARD2_0
2
+
usingSystem;
2
3
usingSystem.Collections.Generic;
3
4
usingSystem.Net;
4
5
usingSystem.Net.Http;
@@ -7,7 +8,6 @@
7
8
8
9
namespaceSimple.HttpClientFactory.MessageHandlers
9
10
{
10
-
#if NETSTANDARD2_0
11
11
//credit: the idea for storing visited addresses in hash set is taken from https://github.com/NimaAra/Easy.Common/blob/master/Easy.Common/RestClient.cs#L570
12
12
//note: Easy.Common is licensed with MIT License (https://github.com/NimaAra/Easy.Common/blob/master/LICENSE)
13
13
publicclassHttpClientHandlerEx:HttpClientHandler
@@ -61,5 +61,5 @@ public struct UriCacheKey : IEquatable<UriCacheKey>
0 commit comments