HubCallerContext::ConnectionId Property

.NET Framework 4.5

Gets the connection ID of the calling client.

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

public:
property String^ ConnectionId {
	String^ get ();
	private: void set (String^ value);
}

Property Value

Type: System::String
The connection ID of the calling client.
Show: