SseClientSubscription constructor
Represents a connected SSE client subscription.
public SseClientSubscription(string ClientId, ChannelReader<string> Reader)
| parameter | description |
|---|---|
| ClientId | Unique client identifier. |
| Reader | Channel reader producing formatted SSE payloads. |
See Also
- struct SseClientSubscription
- namespace Kestrun.Sse