FacebookReturnEndpointContext Class

Represents the returning endpoint context for Facebook properties.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.Provider.EndpointContext
      Microsoft.Owin.Security.Provider.ReturnEndpointContext
        Microsoft.Owin.Security.Facebook.FacebookReturnEndpointContext

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

Syntax

'Declaration
Public Class FacebookReturnEndpointContext _
    Inherits ReturnEndpointContext
'Usage
Dim instance As FacebookReturnEndpointContext
public class FacebookReturnEndpointContext : ReturnEndpointContext
public ref class FacebookReturnEndpointContext : public ReturnEndpointContext
type FacebookReturnEndpointContext =  
    class 
        inherit ReturnEndpointContext 
    end
public class FacebookReturnEndpointContext extends ReturnEndpointContext

The FacebookReturnEndpointContext type exposes the following members.

Constructors

  Name Description
Public method FacebookReturnEndpointContext

Top

Properties

  Name Description
Public property Identity Gets or sets the identity of this context. (Inherited from ReturnEndpointContext.)
Public property IsRequestCompleted Gets or sets a value that indicates whether the request for this context is completed. (Inherited from EndpointContext.)
Public property OwinContext (Inherited from BaseContext.)
Public property Properties (Inherited from ReturnEndpointContext.)
Public property RedirectUri Gets or sets the URI which should be used when returning this context. (Inherited from ReturnEndpointContext.)
Public property Request (Inherited from BaseContext.)
Public property Response (Inherited from BaseContext.)
Public property SignInAsAuthenticationType Gets or sets the context that signs in as authentication type. (Inherited from ReturnEndpointContext.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RequestCompleted Indicates the completed request for the context. (Inherited from EndpointContext.)
Public method 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.

See Also

Reference

Microsoft.Owin.Security.Facebook Namespace