SseFrame Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |