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