EventSourceStreamReader Properties

.NET Framework 4.5

The EventSourceStreamReader type exposes the following members.

  NameDescription
Public property Closed Invoked when the reader is closed while in the Processing state.
Public property Disabled Invoked when the reader enters the Stopped state whether or not it was previously in the Processing state.
Public property Message Invoked when there's a message if received in the stream.
Public property Opened Invoked when the connection is open.
Top
Show: