1 write to Message
Microsoft.AspNetCore.SignalR.Core (1)
SerializedHubMessage.cs (1)
46Message = message;
3 references to Message
Microsoft.AspNetCore.SignalR.Core (3)
SerializedHubMessage.cs (2)
60if (Message == null) 66serialized = protocol.GetMessageBytes(Message);
src\SignalR\common\Shared\MessageBuffer.cs (1)
125return WriteAsyncCore(hubMessage.Message?.GetType() ?? typeof(HubInvocationMessage), hubMessage.GetSerializedMessage(_protocol), cancellationToken);