IConnection::Send Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Sends a message to connections subscribed to the signal.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- message
- Type: Microsoft.AspNet.SignalR::ConnectionMessage
The message to send.
Show: