2 references to GetValue
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\TypedClientBuilderTests.cs (2)
212
var task = typedProxy.
GetValue
(1008, objArg, "test");
238
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => typedProxy.
GetValue
(102, objArg, "test")).DefaultTimeout();