HandshakeRequestMessage 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 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
 
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.  |