Table of Contents

Delegate EventSourceUnregistrationHandler

Namespace: Sisk.Core.Http.Streams
Assembly: Sisk.Core.dll

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 object

Represents the caller HttpEventSourceCollection object.

eventSource HttpRequestEventSource

Represents the closed HttpRequestEventSource event source connection.