Table of Contents

Class ServerSentEvent

Namespace
OpenAI
Assembly
OpenAI-DotNet.dll
public sealed class ServerSentEvent : IServerSentEvent
Inheritance
ServerSentEvent
Implements
Inherited Members

Properties

Data

[JsonInclude]
public JsonNode Data { get; }

Property Value

JsonNode

Event

[JsonInclude]
public ServerSentEventKind Event { get; }

Property Value

ServerSentEventKind

Object

[JsonIgnore]
public string Object { get; }

Property Value

string

Value

[JsonInclude]
public JsonNode Value { get; }

Property Value

JsonNode

Methods

ToJsonString()

public string ToJsonString()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.