Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
callback
Type: System.Action<Object>The callback method.
state
Type: System.ObjectThe callback state.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top