SseClientSubscription structure
Represents a connected SSE client subscription.
public struct SseClientSubscription : IEquatable<SseClientSubscription>
| parameter | description |
|---|---|
| ClientId | Unique client identifier. |
| Reader | Channel reader producing formatted SSE payloads. |
Public Members
| name | description |
|---|---|
| SseClientSubscription(…) | Represents a connected SSE client subscription. |
| ClientId { get; set; } | Unique client identifier. |
| Reader { get; set; } | Channel reader producing formatted SSE payloads. |
See Also
- namespace Kestrun.Sse
- SseClientSubscription.cs