Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Gets the url for the connection.
Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Property Url As String 
    Get 
    Private Set
'Usage
Dim instance As Connection 
Dim value As String 
value = instance.Url
public string Url { get; private set; }
public:
virtual property String^ Url {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Url : string with get, private set 
override Url : string with get, private set
final function get Url () : String 
private final function set Url (value : String)
Property Value
Type: System.String
Returns String.