FacebookReturnEndpointContext Class

 

Provides context information to middleware providers.

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

Inheritance Hierarchy

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

Syntax

public class FacebookReturnEndpointContext : ReturnEndpointContext
public ref class FacebookReturnEndpointContext : ReturnEndpointContext
type FacebookReturnEndpointContext = 
    class
        inherit ReturnEndpointContext
    end
Public Class FacebookReturnEndpointContext
    Inherits ReturnEndpointContext

Constructors

Name Description
System_CAPS_pubmethod FacebookReturnEndpointContext(IOwinContext, AuthenticationTicket)

Properties

Name Description
System_CAPS_pubproperty Identity

Gets or sets the identity of this context.(Inherited from ReturnEndpointContext.)

System_CAPS_pubproperty IsRequestCompleted

Gets or sets a value that indicates whether the request for this context is completed.(Inherited from EndpointContext.)

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Properties

(Inherited from ReturnEndpointContext.)

System_CAPS_pubproperty RedirectUri

Gets or sets the URI which should be used when returning this context.(Inherited from ReturnEndpointContext.)

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

System_CAPS_pubproperty SignInAsAuthenticationType

Gets or sets the context that signs in as authentication type.(Inherited from ReturnEndpointContext.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RequestCompleted()

Indicates the completed request for the context.(Inherited from EndpointContext.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Security.Facebook Namespace

Return to top