3 references to GetSerializedMessage
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (1)
336var buffer = message.GetSerializedMessage(Protocol);
SerializedHubMessage.cs (1)
41/// <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\aspnetcore\src\SignalR\common\Shared\MessageBuffer.cs (1)
126return WriteAsyncCore(hubMessage.Message?.GetType() ?? typeof(HubInvocationMessage), hubMessage.GetSerializedMessage(_protocol), cancellationToken);