Delegate EventSourceUnregistrationHandler
Represents an function that is called when an HttpEventSourceCollection is removed and had their connection closed.
public delegate void EventSourceUnregistrationHandler(object sender, HttpRequestEventSource eventSource)
Parameters
sender
objectRepresents the caller HttpEventSourceCollection object.
eventSource
HttpRequestEventSourceRepresents the closed HttpRequestEventSource event source connection.