NegotiationResponse.Url Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Property Url As String
Get
Set
'Usage
Dim instance As NegotiationResponse
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
public:
property String^ Url {
String^ get ();
void set (String^ value);
}
member Url : string with get, set
function get Url () : String
function set Url (value : String)
Property Value
Type: System.String
Returns String.