net7.0
namespace Microsoft.Extensions.DependencyInjection
{
public static class HttpClientBuilderExtensions
{
[UnsupportedOSPlatform("browser")]
public static IHttpClientBuilder! UseSocketsHttpHandler(this IHttpClientBuilder! builder, Action<ISocketsHttpHandlerBuilder!>! configureBuilder);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net7.0 | |
Assembly | Microsoft.Extensions.Http , Version=8.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.Extensions.Http (8.0.1) net7.0 |
Platform Restrictions | This API is supported on any platform except for these:
|