6 references to StreamBindingFailureMessage
Microsoft.AspNetCore.Components.Server (1)
src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs (1)
153return new StreamBindingFailureMessage(invocationId, ExceptionDispatchInfo.Capture(ex));
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
283return new StreamBindingFailureMessage(id, ExceptionDispatchInfo.Capture(ex)); 419message = new StreamBindingFailureMessage(invocationId, ExceptionDispatchInfo.Capture(ex));
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocolWorker.cs (1)
153return new StreamBindingFailureMessage(invocationId, ExceptionDispatchInfo.Capture(ex));
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
Protocol\NewtonsoftJsonHubProtocol.cs (2)
271return new StreamBindingFailureMessage(id, ExceptionDispatchInfo.Capture(ex)); 409message = new StreamBindingFailureMessage(invocationId, ExceptionDispatchInfo.Capture(ex));