IOwinResponse.OnSendingHeaders Method

Adds the response headers.

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

Syntax

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

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

Parameters

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace