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