HandshakeResponseMessage 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 handshake response message.
public ref class HandshakeResponseMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMessage
public class HandshakeResponseMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type HandshakeResponseMessage = class
inherit HubMessage
Public Class HandshakeResponseMessage
Inherits HubMessage
- Inheritance
Constructors
HandshakeResponseMessage(String) |
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. |
Fields
Empty |
An empty response message with no error. |
Properties
Error |
Gets the optional error message. |