HandshakeResponseMessage Class
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 handshake response message.
public ref class HandshakeResponseMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMessage
C#
public class HandshakeResponseMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type HandshakeResponseMessage = class
inherit HubMessage
Public Class HandshakeResponseMessage
Inherits HubMessage
- Inheritance
Handshake |
Initializes a new instance of the HandshakeResponseMessage class. An error response does need a minor version. Since the handshake has failed, any extra data will be ignored. |
Empty |
An empty response message with no error. |
Error |
Gets the optional error message. |
Termék | Verziók |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |