4 instantiations of InvocationBindingFailureMessage
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs (2)
96return new InvocationBindingFailureMessage(invocationId, target, ExceptionDispatchInfo.Capture(ex)); 126return new InvocationBindingFailureMessage(invocationId, target, ExceptionDispatchInfo.Capture(ex));
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
374? new InvocationBindingFailureMessage(invocationId, target, argumentBindingException) 400? new InvocationBindingFailureMessage(invocationId, target, argumentBindingException)
4 references to InvocationBindingFailureMessage
Microsoft.AspNetCore.SignalR.Common (2)
Protocol\InvocationBindingFailureMessage.cs (1)
27/// Initializes a new instance of the <see cref="InvocationBindingFailureMessage"/> class.
Protocol\StreamBindingFailureMessage.cs (1)
30/// Initializes a new instance of the <see cref="InvocationBindingFailureMessage"/> class.
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
169case InvocationBindingFailureMessage bindingFailureMessage: 245private Task ProcessInvocationBindingFailure(HubConnectionContext connection, InvocationBindingFailureMessage bindingFailureMessage)