ITrackingConnection::Url Property

.NET Framework 4.5

Gets the uri of the connection.

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

property Uri^ Url {
	Uri^ get ();
}

Property Value

Type: System::Uri
Returns Uri.
Show: