Olvasás angol nyelven

Megosztás a következőn keresztül:


StreamBindingFailureMessage Class

Definition

Represents a failure to bind arguments for a StreamDataMessage. This does not represent an actual message that is sent on the wire, it is returned by TryParseMessage(ReadOnlySequence<Byte>, IInvocationBinder, HubMessage) to indicate that a binding failure occurred when parsing a StreamDataMessage. The stream ID is associated so that the error can be sent to the relevant hub method.

C#
public class StreamBindingFailureMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
Inheritance
StreamBindingFailureMessage

Constructors

Properties

BindingFailure

Gets the exception thrown during binding.

Id

Gets the id of the relevant stream

Applies to

Termék Verziók
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0