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