I have an issue similar to this one here. Looking at the answer, I had to do a little bit of reading to understand about how you can add methods to events in .NET. The only part of that answer I still don’t understand is where it says to ‘set a flag in the context’. Is it referring to the HttpContext object? Is there a variable there I can set and check? Can anyone clarify this?
Share
It’s referring to the context which subscribes to the event. The one that cares about whether a send has occurred or not.