OwinResponse.OnSendingHeaders Method

Adds the response headers.

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

Syntax

'Declaration
Public Overridable Sub OnSendingHeaders ( _
    callback As Action(Of Object), _
    state As Object _
)
'Usage
Dim instance As OwinResponse 
Dim callback As Action(Of Object)
Dim state As Object

instance.OnSendingHeaders(callback, state)
public virtual void OnSendingHeaders(
    Action<Object> callback,
    Object state
)
public:
virtual void OnSendingHeaders(
    Action<Object^>^ callback, 
    Object^ state
)
abstract OnSendingHeaders : 
        callback:Action<Object> * 
        state:Object -> unit  
override OnSendingHeaders : 
        callback:Action<Object> * 
        state:Object -> unit
public function OnSendingHeaders(
    callback : Action<Object>, 
    state : Object
)

Parameters

Implements

IOwinResponse.OnSendingHeaders(Action<Object>, Object)

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace