OwinRequest.Uri Property

Gets the information about the URI of the current request.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Uri As Uri 
    Get
'Usage
Dim instance As OwinRequest 
Dim value As Uri 

value = instance.Uri
public virtual Uri Uri { get; }
public:
virtual property Uri^ Uri {
    Uri^ get ();
}
abstract Uri : Uri 
override Uri : Uri
function get Uri () : Uri

Property Value

Type: System.Uri
The information about the URI of the current request.

Implements

IOwinRequest.Uri

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace