IOwinResponse.OnSendingHeaders(Action<Object>, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- state
- Object
The callback state.