EndpointContext Class

Represents an endpoint context.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class EndpointContext _
    Inherits BaseContext
'Usage
Dim instance As EndpointContext
public abstract class EndpointContext : BaseContext
public ref class EndpointContext abstract : public BaseContext
[<AbstractClassAttribute>]
type EndpointContext =  
    class 
        inherit BaseContext 
    end
public abstract class EndpointContext extends BaseContext

The EndpointContext type exposes the following members.

Constructors

  Name Description
Protected method EndpointContext

Top

Properties

  Name Description
Public property IsRequestCompleted Gets or sets a value that indicates whether the request for this context is completed.
Public property OwinContext (Inherited from BaseContext.)
Public property Request (Inherited from BaseContext.)
Public property Response (Inherited from BaseContext.)

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.
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.Provider Namespace