TransportDisconnectBase::ConnectionId Property

.NET Framework 4.5

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

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

Property Value

Type: System::String
Returns String.

Implements

ITrackingConnection::ConnectionId
Show: