Share via


ITrackingConnection.Url Property

.NET Framework 4

Gets the uri of the connection.

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

Syntax

'Declaration
ReadOnly Property Url As Uri 
    Get
'Usage
Dim instance As ITrackingConnection 
Dim value As Uri 

value = instance.Url
Uri Url { get; }
property Uri^ Url {
    Uri^ get ();
}
abstract Url : Uri
function get Url () : Uri

Property Value

Type: System.Uri
Returns Uri.

See Also

Reference

ITrackingConnection Interface

Microsoft.AspNet.SignalR.Transports Namespace