Implemented interface member:
property
Value
Microsoft.AspNetCore.SignalR.Tests.StreamingHub.IDerivedParameterTestObject.Value
1 write to Value
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4460var argument = new StreamingHub.DerivedParameterTestObject { Value = "test" };
3 references to Value
Microsoft.AspNetCore.SignalR.Tests (3)
HubConnectionHandlerTests.cs (1)
4493HubConnectionHandlerTestUtils.AssertHubMessage(new StreamItemMessage(string.Empty, argument.Value), messages[0]);
HubConnectionHandlerTestUtils\Hubs.cs (2)
841yield return param.Value; 853yield return param.Value;