IClientWebSocket builder

This commit is contained in:
2026-01-09 14:26:36 +01:00
parent 3b47d0bd0c
commit a4d0d5cab7
8 changed files with 157 additions and 13 deletions
@@ -2,6 +2,8 @@
using Slim.Resolvers;
namespace System.Net.WebSockets;
[Obsolete($"Please use {nameof(Extensions.ServiceManagerExtensions.RegisterClientWebSocket)} for each use case of {nameof(IClientWebSocket<object>)}")]
public sealed class ClientWebSocketResolver : IDependencyResolver
{
private static readonly Type ClientType = typeof(ClientWebSocket<>);