Skip to content

Commit b0c6e57

Browse files
Merge pull request #227170 from kendaleiv/patch-1
Link to a different page for HttpClient recommended use
2 parents 1809f21 + c305b75 commit b0c6e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-provide-httpclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: "devx-track-csharp, aaddev"
1717
# Providing your own HttpClient and proxy using MSAL.NET
1818
When [initializing a client application](msal-net-initializing-client-applications.md), you can use the `.WithHttpClientFactory method` to provide your own HttpClient. Providing your own HttpClient enables advanced scenarios such fine-grained control of an HTTP proxy, customizing user agent headers, or forcing MSAL to use a specific HttpClient (for example in ASP.NET Core web apps/APIs).
1919

20-
`HttpClient` is intended to be instantiated once and then reused throughout the life of an application. See [Remarks](/dotnet/api/system.net.http.httpclient#remarks).
20+
`HttpClient` is intended to be instantiated once and then reused throughout the life of an application. See [Guidelines for using HttpClient: Recommended use](/dotnet/fundamentals/networking/http/httpclient-guidelines#recommended-use).
2121

2222
## Initialize with HttpClientFactory
2323
The following example shows to create an `HttpClientFactory` and then initialize a public client application with it:

0 commit comments

Comments
 (0)