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