PingMessage Class

Definition

A keep-alive message to let the other side of the connection know that the connection is still alive.

public ref class PingMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMessage
public class PingMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type PingMessage = class
    inherit HubMessage
Public Class PingMessage
Inherits HubMessage
Inheritance
PingMessage

Fields

Instance

A static instance of the PingMessage to remove unneeded allocations.

Applies to