Method | Description | |
---|---|---|
EventSourceStreamReader ( IConnection connection, Stream stream ) : System |
Initializes a new instance of the EventSourceStreamReader class.
|
Method | Description | |
---|---|---|
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. |
return | System |