PingMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Instance |
A static instance of the PingMessage to remove unneeded allocations. |