LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Struct MessageEvent

    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public struct MessageEvent

    Constructors

    MessageEvent(string, Utf8ByteSpan, string, Uri)

    Declaration
    public MessageEvent(string name, Utf8ByteSpan dataUtf8Bytes, string lastEventId, Uri origin)
    Parameters
    Type Name Description
    string name
    Utf8ByteSpan dataUtf8Bytes
    string lastEventId
    Uri origin

    MessageEvent(string, string, string, Uri)

    Declaration
    public MessageEvent(string name, string data, string lastEventId, Uri origin)
    Parameters
    Type Name Description
    string name
    string data
    string lastEventId
    Uri origin

    MessageEvent(string, string, Uri)

    Declaration
    public MessageEvent(string name, string data, Uri origin)
    Parameters
    Type Name Description
    string name
    string data
    Uri origin

    Fields

    DefaultName

    Declaration
    public const string DefaultName = "message"
    Field Value
    Type Description
    string

    Properties

    Data

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    string

    DataUtf8Bytes

    Declaration
    public Utf8ByteSpan DataUtf8Bytes { get; }
    Property Value
    Type Description
    Utf8ByteSpan

    IsDataUtf8Bytes

    Declaration
    public bool IsDataUtf8Bytes { get; }
    Property Value
    Type Description
    bool

    LastEventId

    Declaration
    public string LastEventId { get; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Origin

    Declaration
    public Uri Origin { get; }
    Property Value
    Type Description
    Uri

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()
    In this article
    Back to top Generated by DocFX