Class ServerSentEvent
The raw Server-Sent Event data.
Inheritance
ServerSentEvent
Assembly: Glitch9.IO.dll
Syntax
public sealed class ServerSentEvent
Properties
|
Edit this page
View Source
Data
Declaration
public string Data { get; set; }
Property Value
|
Edit this page
View Source
Error
Declaration
public string Error { get; set; }
Property Value
|
Edit this page
View Source
Event
Declaration
public string Event { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
public SSEField Field { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Retry
Declaration
public int Retry { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods