Table of Contents

Delegate EventSourceRegistrationHandler

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

Represents an function that is called when an HttpEventSourceCollection registers an new event source connection.

public delegate void EventSourceRegistrationHandler(object sender, HttpRequestEventSource eventSource)

Parameters

sender object

Represents the caller HttpEventSourceCollection object.

eventSource HttpRequestEventSource

Represents the registered HttpRequestEventSource event source connection.