EventSourceStreamReader Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Event source implementation for .NET. This isn't to the spec but it's enough to support SignalR's server.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The EventSourceStreamReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EventSourceStreamReader | Initializes a new instance of the EventSourceStreamReader class. |
| Name | Description | |
|---|---|---|
![]() | Closed | Invoked when the reader is closed while in the Processing state. |
![]() | Disabled | Invoked when the reader enters the Stopped state whether or not it was previously in the Processing state. |
![]() | Message | Invoked when there's a message if received in the stream. |
![]() | Opened | Invoked when the connection is open. |
Show:


