Метод | Описание | |
---|---|---|
EventSourceStreamReader ( IConnection connection, Stream stream ) : System |
Initializes a new instance of the EventSourceStreamReader class.
|
Метод | Описание | |
---|---|---|
OnMessage ( |
||
ProcessBuffer ( ArraySegment |
public EventSourceStreamReader ( IConnection connection, Stream stream ) : System | ||
connection | IConnection | The connection associated with this event source |
stream | Stream | The stream to read event source payloads from. |
Результат | System |