HandshakeRequestMessage Class

Definition

A handshake request message.

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

Constructors

HandshakeRequestMessage(String, Int32)

Initializes a new instance of the HandshakeRequestMessage class.

Properties

Protocol

Gets the requested protocol name.

Version

Gets the requested protocol version.

Applies to