Share via


IOwinResponse.OnSendingHeaders Method (Action<Object>, Object)

 

Registers for an event that fires when the response headers are sent.

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

Syntax

void OnSendingHeaders(
    Action<object> callback,
    object state
)
void OnSendingHeaders(
    Action<Object^>^ callback,
    Object^ state
)
abstract OnSendingHeaders : 
        callback:Action<Object> *
        state:Object -> unit
Sub OnSendingHeaders (
    callback As Action(Of Object),
    state As Object
)

Parameters

See Also

IOwinResponse Interface
Microsoft.Owin Namespace

Return to top