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.

Constructors

EventSourceUnregistrationHandler(object, nint)

Methods

BeginInvoke(object, HttpRequestEventSource, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, HttpRequestEventSource)