ReturnEndpointContext Class
Represents the return endpoint context.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.Provider.EndpointContext
Microsoft.Owin.Security.Provider.ReturnEndpointContext
Microsoft.Owin.Security.Facebook.FacebookReturnEndpointContext
Microsoft.Owin.Security.Google.GoogleReturnEndpointContext
Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountReturnEndpointContext
Microsoft.Owin.Security.Twitter.TwitterReturnEndpointContext
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public MustInherit Class ReturnEndpointContext _
Inherits EndpointContext
'Usage
Dim instance As ReturnEndpointContext
public abstract class ReturnEndpointContext : EndpointContext
public ref class ReturnEndpointContext abstract : public EndpointContext
[<AbstractClassAttribute>]
type ReturnEndpointContext =
class
inherit EndpointContext
end
public abstract class ReturnEndpointContext extends EndpointContext
The ReturnEndpointContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReturnEndpointContext |
Top
Properties
Name | Description | |
---|---|---|
Identity | Gets or sets the identity of this context. | |
IsRequestCompleted | Gets or sets a value that indicates whether the request for this context is completed. (Inherited from EndpointContext.) | |
OwinContext | (Inherited from BaseContext.) | |
Properties | ||
RedirectUri | Gets or sets the URI which should be used when returning this context. | |
Request | (Inherited from BaseContext.) | |
Response | (Inherited from BaseContext.) | |
SignInAsAuthenticationType | Gets or sets the context that signs in as authentication type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RequestCompleted | Indicates the completed request for the context. (Inherited from EndpointContext.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.