Implemented interface member:
method
GetReturnType
Microsoft.AspNetCore.SignalR.IInvocationBinder.GetReturnType(System.String)
2 references to GetReturnType
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\CompositeTestBinder.cs (1)
30return new TestBinder(_hubMessages[index - 1]).GetReturnType(invocationId);
Internal\Protocol\TestBinder.cs (1)
67return GetReturnType(streamId);