EndpointContext<TOptions> Class

 

Base class used for certain event contexts

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


generic<typename TOptions>
public ref class EndpointContext abstract : BaseContext<TOptions>

NameDescription
System_CAPS_protmethodEndpointContext<TOptions>(IOwinContext^, TOptions)

Creates an instance of this context

NameDescription
System_CAPS_pubpropertyIsRequestCompleted

True if the request should not be processed further by other components.

System_CAPS_pubpropertyOptions

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyOwinContext

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyRequest

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyResponse

(Inherited from BaseContext<TOptions>.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRequestCompleted()

Prevents the request from being processed further by other components. IsRequestCompleted becomes true after calling.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: