IOwinRequest.Uri Property
Gets the uniform resource identifier (URI) associated with the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
ReadOnly Property Uri As Uri
Get
'Usage
Dim instance As IOwinRequest
Dim value As Uri
value = instance.Uri
Uri Uri { get; }
property Uri^ Uri {
Uri^ get ();
}
abstract Uri : Uri
function get Uri () : Uri
Property Value
Type: System.Uri
The uniform resource identifier (URI) associated with the request.