Chia sẻ qua


EndpointContext Constructor (IOwinContext)

 

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

Syntax

protected EndpointContext(
    IOwinContext context
)
protected:
EndpointContext(
    IOwinContext^ context
)
new : 
        context:IOwinContext -> EndpointContext
Protected Sub New (
    context As IOwinContext
)

See Also

EndpointContext Class
Microsoft.Owin.Security.Provider Namespace

Return to top