6 implementations of GetStreamItemType
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2593Type IInvocationBinder.GetStreamItemType(string invocationId)
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubConnectionBinder.cs (1)
36public Type GetStreamItemType(string streamId)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
108public Type GetStreamItemType(string streamId)
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
377public Type GetStreamItemType(string streamId)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (1)
728public Type GetStreamItemType(string streamId)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
108public Type GetStreamItemType(string streamId)
6 references to GetStreamItemType
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs (1)
148var itemType = binder.GetStreamItemType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
278var itemType = binder.GetStreamItemType(id); 414var returnType = binder.GetStreamItemType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocolWorker.cs (1)
148var itemType = binder.GetStreamItemType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
Protocol\NewtonsoftJsonHubProtocol.cs (2)
266var itemType = binder.GetStreamItemType(id); 404var itemType = binder.GetStreamItemType(invocationId);