Connection::Send Method (Object)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Sends an object that will be JSON serialized asynchronously over the connection.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Parameters
- value
- Type: System::Object
The value to serialize.
Show: