2 references to GetSerializedMessage
Microsoft.AspNetCore.SignalR.Client.Core (2)
Internal\SerializedHubMessage.cs (1)
45
/// <param name="message">The hub message for the cache. This will be serialized with an <see cref="IHubProtocol"/> in <see cref="
GetSerializedMessage
"/> to get the message's serialized representation.</param>
src\SignalR\common\Shared\MessageBuffer.cs (1)
124
return WriteAsyncCore(hubMessage.Message!, hubMessage.
GetSerializedMessage
(_protocol), cancellationToken);