CoreJsonContext.StreamInfo Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<Microsoft.Agents.Core.Models.StreamInfo> StreamInfo { get; }
member this.StreamInfo : System.Text.Json.Serialization.Metadata.JsonTypeInfo<Microsoft.Agents.Core.Models.StreamInfo>
Public ReadOnly Property StreamInfo As JsonTypeInfo(Of StreamInfo)

Property Value

Applies to