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)
30
return new TestBinder(_hubMessages[index - 1]).
GetReturnType
(invocationId);
Internal\Protocol\TestBinder.cs (1)
67
return
GetReturnType
(streamId);