1 interface inheriting from ITestClient
Microsoft.AspNetCore.SignalR.Tests (1)
Internal\TypedClientBuilderTests.cs (1)
313public interface IInheritedClient : ITestClient
3 references to ITestClient
Microsoft.AspNetCore.SignalR.Tests (3)
Internal\TypedClientBuilderTests.cs (3)
15var typedProxy = TypedClientBuilder<ITestClient>.Build(clientProxy); 209var typedProxy = TypedClientBuilder<ITestClient>.Build(clientProxy); 235var typedProxy = TypedClientBuilder<ITestClient>.Build(clientProxy);