1 write to _cachedPingMessage
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
576
_cachedPingMessage
= Protocol.GetMessageBytes(PingMessage.Instance);
1 reference to _cachedPingMessage
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
418
await _connectionContext.Transport.Output.WriteAsync(
_cachedPingMessage
);