IRequest.Url Property

.NET Framework 4.5

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

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR Namespace