Search Results for

    Show / Hide Table of Contents

    Class ServerSentEvent

    The raw Server-Sent Event data.

    Inheritance
    object
    ServerSentEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public sealed class ServerSentEvent

    Properties

    | Edit this page View Source

    Data

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Error

    Declaration
    public string Error { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Event

    Declaration
    public string Event { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Field

    Declaration
    public SSEField Field { get; set; }
    Property Value
    Type Description
    SSEField
    | Edit this page View Source

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Retry

    Declaration
    public int Retry { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    PipelineExtensions.ToStreamContext(ServerSentEvent, bool)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation