Method GetEventSource
GetEventSource(string?)
Gets an Event Source interface for this request. Calling this method will put this HttpRequest instance in it's event source listening state.
public HttpRequestEventSource GetEventSource(string? identifier = null)
Parameters
identifier
stringOptional. Defines an label to the EventStream connection, useful for finding this connection's reference later.