ITransport::ConnectionId Property

.NET Framework 4.5

Gets or sets the connection ID for the transport.

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

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

Property Value

Type: System::String
Returns String.
Show: