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 this request.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property Url As Uri
Get
'Usage
Dim instance As IRequest
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