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

Definition

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

public void OnSendingHeaders (Action<object> callback, object state);
abstract member OnSendingHeaders : Action<obj> * obj -> unit
Public Sub OnSendingHeaders (callback As Action(Of Object), state As Object)

Parameters

callback
Action<Object>

The callback method.

state
Object

The callback state.

Applies to