IConnection.Url Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
ReadOnly Property Url As String 
    Get
'Usage
Dim instance As IConnection 
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace