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