In the old SignalR, you could do this to get the transport in the Hub on the Server:
Context.QueryString["transport"];
But in the new SignalR, written for AspNet Core, I couldn't find where the Transport Protocol can be found within the Hub on the Server. Can it be found? If so, where?