...

/

Sending Messages to Other Clients

Sending Messages to Other Clients

Learn to send messages to the other client.

Overview

SignalR Hub has a property called Context. This property represents the context of the current connection and contains some metadata related to it. For example, if we are connecting as an authenticated user, we'll be able to get user information from this property.

One of the properties of Context is called ConnectionId. This is the property ...