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.
Advances to the next OwinMiddleware instance.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Protected Property Next As OwinMiddleware
Get
Set
'Usage
Dim value As OwinMiddleware
value = Me.Next
Me.Next = value
protected OwinMiddleware Next { get; set; }
protected:
property OwinMiddleware^ Next {
OwinMiddleware^ get ();
void set (OwinMiddleware^ value);
}
member Next : OwinMiddleware with get, set
function get Next () : OwinMiddleware
function set Next (value : OwinMiddleware)
Property Value
Type: Microsoft.Owin.OwinMiddleware
The OwinMiddleware object.