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
@@ -489,7 +489,7 @@ class SegmentLogger : ISegmentLogger
489
489
490
490
## Customize HTTP Client
491
491
492
-
TheSDKallowsyoutohavefullcontroloverthenetworkcomponents. YoucaneasilyswapoutSystem.Netwithyourfavoritenetworklibrarybyimplementing `IHTTPClientProvider` andextending `HTTPClient`. Takealookat [thisexample](https://github.com/segmentio/Analytics-CSharp/blob/main/Samples/UnitySample/UnityHTTPClient.cs) where the default http client is fully replaced by Unity's `UnityWebRequest`.
492
+
TheSDKallowsyoutohavefullcontroloverthenetworkcomponents. YoucaneasilyswapoutSystem.Netwithyourfavoritenetworklibrarybyimplementing `IHTTPClientProvider` andextending `HTTPClient`. Takealookat [thisexample](https://github.com/segmentio/Analytics-CSharp/blob/main/Samples/UnitySample/UnityHTTPClient.cs){:target="_blank"} where the default http client is fully replaced by Unity's `UnityWebRequest`.
493
493
494
494
### Proxying HTTP Calls
495
495
@@ -525,7 +525,7 @@ class ProxyHttpClientProvider : IHTTPClientProvider
525
525
526
526
## Customize Storage
527
527
528
-
TheSDKalsoallowsyoutofullycustomizeyourstoragestrategy. Itcomeswithtwostandardproviders: `DefaultStorageProvider` thatstoresdatatolocaldiskand `InMemoryStorageProvider` thatstoresdataallinmemory. Youcanwriteupyourownprovideraccordingtoyourneeds, forexample, storedatatoadatabaseortoyourownserverdirectly, byimplementing `IStorage` and `IStorageProvider`. Pleaserefertotheimplementationof [`Storage`](https://github.com/segmentio/Analytics-CSharp/blob/main/Analytics-CSharp/Segment/Analytics/Utilities/Storage.cs) as example.
528
+
TheSDKalsoallowsyoutofullycustomizeyourstoragestrategy. Itcomeswithtwostandardproviders: `DefaultStorageProvider` thatstoresdatatolocaldiskand `InMemoryStorageProvider` thatstoresdataallinmemory. Youcanwriteupyourownprovideraccordingtoyourneeds, forexample, storedatatoadatabaseortoyourownserverdirectly, byimplementing `IStorage` and `IStorageProvider`. Pleaserefertotheimplementationof [`Storage`](https://github.com/segmentio/Analytics-CSharp/blob/main/Analytics-CSharp/Segment/Analytics/Utilities/Storage.cs){:target="_blank"} as an example.
529
529
530
530
## Json Library
531
531
@@ -551,8 +551,8 @@ JsonObject customerJsonObj = new JsonObject
0 commit comments