6 implementations of GetReturnType
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2583Type IInvocationBinder.GetReturnType(string invocationId)
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubConnectionBinder.cs (1)
26public Type GetReturnType(string invocationId)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
92public Type GetReturnType(string invocationId)
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
372public Type GetReturnType(string invocationId)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (1)
723public Type GetReturnType(string invocationId)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
92public Type GetReturnType(string invocationId)
4 references to GetReturnType
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\SignalR\common\Shared\TryGetReturnType.cs (1)
14return binder.GetReturnType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\aspnetcore\src\SignalR\common\Shared\TryGetReturnType.cs (1)
14return binder.GetReturnType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
src\aspnetcore\src\SignalR\common\Shared\TryGetReturnType.cs (1)
14return binder.GetReturnType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
src\aspnetcore\src\SignalR\common\Shared\TryGetReturnType.cs (1)
14return binder.GetReturnType(invocationId);