1 write to Message
Microsoft.AspNetCore.SignalR.Core (1)
SerializedHubMessage.cs (1)
43Message = message;
3 references to Message
Microsoft.AspNetCore.SignalR.Core (3)
SerializedHubMessage.cs (2)
57if (Message == null) 63serialized = protocol.GetMessageBytes(Message);
src\SignalR\common\Shared\MessageBuffer.cs (1)
124return WriteAsyncCore(hubMessage.Message!, hubMessage.GetSerializedMessage(_protocol), cancellationToken);