NewtonsoftJsonHubProtocol Class

Definition

Implements the SignalR Hub Protocol using Newtonsoft.Json.

C#
public class NewtonsoftJsonHubProtocol : Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol
Inheritance
NewtonsoftJsonHubProtocol
Implements

Constructors

Properties

Name

Gets the name of the protocol. The name is used by SignalR to resolve the protocol between the client and server.

PayloadSerializer

Gets the serializer used to serialize invocation arguments and return values.

TransferFormat

Gets the transfer format of the protocol.

Version

Gets the major version of the protocol.

Methods

GetMessageBytes(HubMessage)

Converts the specified HubMessage to its serialized representation.

IsVersionSupported(Int32)

Gets a value indicating whether the protocol supports the specified version.

TryParseMessage(ReadOnlySequence<Byte>, IInvocationBinder, HubMessage)

Creates a new HubMessage from the specified serialized representation, and using the specified binder.

WriteMessage(HubMessage, IBufferWriter<Byte>)

Writes the specified HubMessage to a writer.

Extension Methods

GetMessageBytes(IHubProtocol, HubMessage)

Converts the specified HubMessage to its serialized representation.

Applies to

Tuote Versiot
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0