Share via


SseFrame Class

Definition

Represents a Server-Sent Event (SSE) frame.

public class SseFrame : IEquatable<Azure.AI.AgentServer.Core.Common.Http.ServerSentEvent.SseFrame>
type SseFrame = class
    interface IEquatable<SseFrame>
Public Class SseFrame
Implements IEquatable(Of SseFrame)
Inheritance
SseFrame
Implements

Constructors

Name Description
SseFrame(SseFrame)
SseFrame(String, String, IList<Object>, IList<String>)

Represents a Server-Sent Event (SSE) frame.

Properties

Name Description
Comments

The collection of comment strings for the event.

Data

The collection of data objects for the event.

EqualityContract
Id

The event ID.

Name

The event name.

Methods

Name Description
<Clone>$()
Deconstruct(String, String, IList<Object>, IList<String>)
Equals(Object)
Equals(SseFrame)
GetHashCode()
Of(String, String, Object, String)

Creates a new SSE frame with the specified properties.

PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(SseFrame, SseFrame)
Inequality(SseFrame, SseFrame)

Applies to