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