BaseNotification<TOptions> Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<TOptions>
    Microsoft.Owin.Security.Notifications.BaseNotification<TOptions>
      Microsoft.Owin.Security.Notifications.AuthenticationFailedNotification<TMessage, TOptions>
      Microsoft.Owin.Security.Notifications.AuthorizationCodeReceivedNotification
      Microsoft.Owin.Security.Notifications.MessageReceivedNotification<TMessage, TOptions>
      Microsoft.Owin.Security.Notifications.SecurityTokenReceivedNotification<TMessage, TOptions>
      Microsoft.Owin.Security.Notifications.SecurityTokenValidatedNotification<TMessage, TOptions>

Syntax

public class BaseNotification<TOptions> : BaseContext<TOptions>
generic<typename TOptions>
public ref class BaseNotification : BaseContext<TOptions>
type BaseNotification<'TOptions> = 
    class
        inherit BaseContext<'TOptions>
    end
Public Class BaseNotification(Of TOptions)
    Inherits BaseContext(Of TOptions)

Constructors

Name Description
System_CAPS_protmethod BaseNotification<TOptions>(IOwinContext, TOptions)

Properties

Name Description
System_CAPS_pubproperty HandledResponse

System_CAPS_pubproperty Options

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Request

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Response

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Skipped

System_CAPS_pubproperty State

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_pubmethod HandleResponse()

Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SkipToNextMiddleware()

Discontinue processing the request in the current middleware and pass control to the next one.

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

Return to top