IHubOutgoingInvokerContext::Connection Property

.NET Framework 4.5

The IConnection , if any, corresponding to the client that invoked the server-side hub method that is invoking the client-side hub method.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

property IConnection^ Connection {
	IConnection^ get ();
}
Show: